#BDD888

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

Shades of Sulu #BDD888

Tints of Sulu #BDD888

Color information

#BDD888 (or 0xBDD888) is unknown color: approx Sulu. HEX triplet: BD, D8 and 88. RGB value is (189,216,136). Sum of RGB (Red+Green+Blue) = 189+216+136=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 216 (84.77% from 255 or 39.93% from 541); Blue value is 136 (53.52% from 255 or 25.14% from 541); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD888 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD888 is #422777. Grayscale: #C7C7C7. Windows color (decimal): -4335480 or 8968381. OLE color: 8968381.

HSL color Cylindrical-coordinate representation of color #BDD888: hue angle of 80.25º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDD888 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB189216136-
CMYK0.1200.370.15
HSL80.25º50.63%69.02%-
HSV(B)80.25º37.04%84.71%-
XYZ49.9961.7132.57-
YUV198.8192.55121-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.94%
GREEN value IS 216 (84.77% from 255) = 39.93%
BLUE value IS 136 (53.52% from 255) = 25.14%
R=34.94%
G=39.93%
B=25.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892161360.1200.370.1580.2550.6369.02
HexBDD888C025F503345
Octal275330210140451712063105
Binary10111101110110001000100011000100101111110100001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD888; }

 p { color: rgb(189,216,136); }

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

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

 a { background-color: rgb(189,216,136); }

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

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

 span { border-color: rgb(189,216,136); }

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