#BCEE81

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

Shades of Sulu #BCEE81

Tints of Sulu #BCEE81

Color information

#BCEE81 (or 0xBCEE81) is unknown color: approx Sulu. HEX triplet: BC, EE and 81. RGB value is (188,238,129). Sum of RGB (Red+Green+Blue) = 188+238+129=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 238 (93.36% from 255 or 42.88% from 555); Blue value is 129 (50.78% from 255 or 23.24% from 555); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEE81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEE81 is #43117E. Grayscale: #D3D3D3. Windows color (decimal): -4395391 or 8515260. OLE color: 8515260.

HSL color Cylindrical-coordinate representation of color #BCEE81: hue angle of 87.52º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCEE81 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB188238129-
CMYK0.2100.460.07
HSL87.52º76.22%71.96%-
HSV(B)87.52º45.8%93.33%-
XYZ55.2873.4332.03-
YUV210.6281.94111.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.87%
GREEN value IS 238 (93.36% from 255) = 42.88%
BLUE value IS 129 (50.78% from 255) = 23.24%
R=33.87%
G=42.88%
B=23.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882381290.2100.460.0787.5276.2271.96
HexBCEE811502E7584c48
Octal274356201250567130114110
Binary101111001110111010000001101010101110111101100010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEE81; }

 p { color: rgb(188,238,129); }

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

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

 a { background-color: rgb(188,238,129); }

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

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

 span { border-color: rgb(188,238,129); }

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