#BDD882

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

Shades of Sulu #BDD882

Tints of Sulu #BDD882

Color information

#BDD882 (or 0xBDD882) is unknown color: approx Sulu. HEX triplet: BD, D8 and 82. RGB value is (189,216,130). Sum of RGB (Red+Green+Blue) = 189+216+130=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 130 (51.17% from 255 or 24.30% from 535); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD882 is #42277D. Grayscale: #C6C6C6. Windows color (decimal): -4335486 or 8575165. OLE color: 8575165.

HSL color Cylindrical-coordinate representation of color #BDD882: hue angle of 78.84º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDD882 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB189216130-
CMYK0.1200.400.15
HSL78.84º52.44%67.84%-
HSV(B)78.84º39.81%84.71%-
XYZ49.5761.5430.39-
YUV198.1289.55121.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.33%
GREEN value IS 216 (84.77% from 255) = 40.37%
BLUE value IS 130 (51.17% from 255) = 24.30%
R=35.33%
G=40.37%
B=24.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892161300.1200.400.1578.8452.4467.84
HexBDD882C028F4f3444
Octal275330202140501711764104
Binary10111101110110001000001011000101000111110011111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD882; }

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

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

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

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

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

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

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

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