#BDD687

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

Shades of Sulu #BDD687

Tints of Sulu #BDD687

Color information

#BDD687 (or 0xBDD687) is unknown color: approx Sulu. HEX triplet: BD, D6 and 87. RGB value is (189,214,135). Sum of RGB (Red+Green+Blue) = 189+214+135=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 214 (83.98% from 255 or 39.78% from 538); Blue value is 135 (53.12% from 255 or 25.09% from 538); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD687 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD687 is #422978. Grayscale: #C5C5C5. Windows color (decimal): -4335993 or 8902333. OLE color: 8902333.

HSL color Cylindrical-coordinate representation of color #BDD687: hue angle of 78.99º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDD687 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB189214135-
CMYK0.1200.370.16
HSL78.99º49.07%68.43%-
HSV(B)78.99º36.92%83.92%-
XYZ49.4160.6632.03-
YUV197.5292.72121.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.13%
GREEN value IS 214 (83.98% from 255) = 39.78%
BLUE value IS 135 (53.12% from 255) = 25.09%
R=35.13%
G=39.78%
B=25.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892141350.1200.370.1678.9949.0768.43
HexBDD687C025104f3144
Octal275326207140452011761104
Binary101111011101011010000111110001001011000010011111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD687; }

 p { color: rgb(189,214,135); }

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

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

 a { background-color: rgb(189,214,135); }

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

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

 span { border-color: rgb(189,214,135); }

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