#BDDE8C

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

Shades of Sulu #BDDE8C

Tints of Sulu #BDDE8C

Color information

#BDDE8C (or 0xBDDE8C) is unknown color: approx Sulu. HEX triplet: BD, DE and 8C. RGB value is (189,222,140). Sum of RGB (Red+Green+Blue) = 189+222+140=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 222 (87.11% from 255 or 40.29% from 551); Blue value is 140 (55.08% from 255 or 25.41% from 551); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDE8C is #422173. Grayscale: #CBCBCB. Windows color (decimal): -4333940 or 9232061. OLE color: 9232061.

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

Color convert

RGB189222140-
CMYK0.1500.370.13
HSL84.15º55.41%70.98%-
HSV(B)84.15º36.94%87.06%-
XYZ51.8464.9534.62-
YUV202.7892.57118.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.30%
GREEN value IS 222 (87.11% from 255) = 40.29%
BLUE value IS 140 (55.08% from 255) = 25.41%
R=34.30%
G=40.29%
B=25.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892221400.1500.370.1384.1555.4170.98
HexBDDE8CF025D543747
Octal275336214170451512467107
Binary10111101110111101000110011110100101110110101001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDE8C; }

 p { color: rgb(189,222,140); }

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

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

 a { background-color: rgb(189,222,140); }

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

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

 span { border-color: rgb(189,222,140); }

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