#BDDB8C

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

Shades of Sulu #BDDB8C

Tints of Sulu #BDDB8C

Color information

#BDDB8C (or 0xBDDB8C) is unknown color: approx Sulu. HEX triplet: BD, DB and 8C. RGB value is (189,219,140). Sum of RGB (Red+Green+Blue) = 189+219+140=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 140 (55.08% from 255 or 25.55% from 548); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDB8C is #422473. Grayscale: #C9C9C9. Windows color (decimal): -4334708 or 9231293. OLE color: 9231293.

HSL color Cylindrical-coordinate representation of color #BDDB8C: hue angle of 82.78º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BDDB8C is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB189219140-
CMYK0.1400.360.14
HSL82.78º52.32%70.39%-
HSV(B)82.78º36.07%85.88%-
XYZ51.0563.3834.35-
YUV201.0293.56119.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.49%
GREEN value IS 219 (85.94% from 255) = 39.96%
BLUE value IS 140 (55.08% from 255) = 25.55%
R=34.49%
G=39.96%
B=25.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892191400.1400.360.1482.7852.3270.39
HexBDDB8CE024E533446
Octal275333214160441612364106
Binary10111101110110111000110011100100100111010100111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDB8C; }

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

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

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

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

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

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

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

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