#BCDE89

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

Shades of Sulu #BCDE89

Tints of Sulu #BCDE89

Color information

#BCDE89 (or 0xBCDE89) is unknown color: approx Sulu. HEX triplet: BC, DE and 89. RGB value is (188,222,137). Sum of RGB (Red+Green+Blue) = 188+222+137=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 222 (87.11% from 255 or 40.59% from 547); Blue value is 137 (53.91% from 255 or 25.05% from 547); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDE89 is #432176. Grayscale: #CACACA. Windows color (decimal): -4399479 or 9035452. OLE color: 9035452.

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

Color convert

RGB188222137-
CMYK0.1500.380.13
HSL84º56.29%70.39%-
HSV(B)84º38.29%87.06%-
XYZ51.3864.7433.46-
YUV202.1491.24117.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.37%
GREEN value IS 222 (87.11% from 255) = 40.59%
BLUE value IS 137 (53.91% from 255) = 25.05%
R=34.37%
G=40.59%
B=25.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882221370.1500.380.138456.2970.39
HexBCDE89F026D543846
Octal274336211170461512470106
Binary10111100110111101000100111110100110110110101001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDE89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDE89; }

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

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

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

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

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

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

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

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