#BDD987

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

Shades of Sulu #BDD987

Tints of Sulu #BDD987

Color information

#BDD987 (or 0xBDD987) is unknown color: approx Sulu. HEX triplet: BD, D9 and 87. RGB value is (189,217,135). Sum of RGB (Red+Green+Blue) = 189+217+135=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 217 (85.16% from 255 or 40.11% from 541); Blue value is 135 (53.12% from 255 or 24.95% from 541); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD987 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD987 is #422678. Grayscale: #C7C7C7. Windows color (decimal): -4335225 or 8903101. OLE color: 8903101.

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

Color convert

RGB189217135-
CMYK0.1300.380.15
HSL80.49º51.9%69.02%-
HSV(B)80.49º37.79%85.1%-
XYZ50.1762.1932.28-
YUV199.2891.72120.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.94%
GREEN value IS 217 (85.16% from 255) = 40.11%
BLUE value IS 135 (53.12% from 255) = 24.95%
R=34.94%
G=40.11%
B=24.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892171350.1300.380.1580.4951.969.02
HexBDD987D026F503445
Octal275331207150461712064105
Binary10111101110110011000011111010100110111110100001101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD987; }

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

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

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

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

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

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

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

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