#BCE273

Color #BCE273 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #BCE273

Tints of Sulu #BCE273

Color information

#BCE273 (or 0xBCE273) is unknown color: approx Sulu. HEX triplet: BC, E2 and 73. RGB value is (188,226,115). Sum of RGB (Red+Green+Blue) = 188+226+115=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 226 (88.67% from 255 or 42.72% from 529); Blue value is 115 (45.31% from 255 or 21.74% from 529); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE273 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE273 is #431D8C. Grayscale: #CACACA. Windows color (decimal): -4398477 or 7594684. OLE color: 7594684.

HSL color Cylindrical-coordinate representation of color #BCE273: hue angle of 80.54º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCE273 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB188226115-
CMYK0.1700.490.11
HSL80.54º65.68%66.86%-
HSV(B)80.54º49.12%88.63%-
XYZ51.0366.3226.33-
YUV201.9878.91118.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 35.54%
GREEN value IS 226 (88.67% from 255) = 42.72%
BLUE value IS 115 (45.31% from 255) = 21.74%
R=35.54%
G=42.72%
B=21.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1882261150.1700.490.1180.5465.6866.86
HexBCE27311031B514243
Octal2743421632106113121102103
Binary101111001110001011100111000101100011011101000110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE273; }

 p { color: rgb(188,226,115); }

 H1.HeaderClassName
 {
   color: #BCE273;
 }
 .AnyTagClassName
 {
   color: #BCE273;
 }
</style>
background-color css

<style>
 a { background-color: #BCE273; }

 a { background-color: rgb(188,226,115); }

 div.DivClassName
 {
   background-color: #BCE273;
 }
 .BgClassName
 {
   background-color: #BCE273;
 }
</style>
border-color css

<style>
 span { border-color: #BCE273; }

 span { border-color: rgb(188,226,115); }

 td.TdClassName
 {
   border-color: #BCE273;
 }
 .TagClassName
 {
   border-color: #BCE273;
 }
</style>