#BCDE81

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

Shades of Sulu #BCDE81

Tints of Sulu #BCDE81

Color information

#BCDE81 (or 0xBCDE81) is unknown color: approx Sulu. HEX triplet: BC, DE and 81. RGB value is (188,222,129). Sum of RGB (Red+Green+Blue) = 188+222+129=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 222 (87.11% from 255 or 41.19% from 539); Blue value is 129 (50.78% from 255 or 23.93% from 539); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDE81 is #43217E. Grayscale: #C9C9C9. Windows color (decimal): -4399487 or 8511164. OLE color: 8511164.

HSL color Cylindrical-coordinate representation of color #BCDE81: hue angle of 81.94º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCDE81 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB188222129-
CMYK0.1500.420.13
HSL81.94º58.49%68.82%-
HSV(B)81.94º41.89%87.06%-
XYZ50.8264.5230.54-
YUV201.2387.24118.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.88%
GREEN value IS 222 (87.11% from 255) = 41.19%
BLUE value IS 129 (50.78% from 255) = 23.93%
R=34.88%
G=41.19%
B=23.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882221290.1500.420.1381.9458.4968.82
HexBCDE81F02AD523a45
Octal274336201170521512272105
Binary10111100110111101000000111110101010110110100101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDE81; }

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

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

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

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

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

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

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

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