#BDD885

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

Shades of Sulu #BDD885

Tints of Sulu #BDD885

Color information

#BDD885 (or 0xBDD885) is unknown color: approx Sulu. HEX triplet: BD, D8 and 85. RGB value is (189,216,133). Sum of RGB (Red+Green+Blue) = 189+216+133=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 216 (84.77% from 255 or 40.15% from 538); Blue value is 133 (52.34% from 255 or 24.72% from 538); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD885 is #42277A. Grayscale: #C6C6C6. Windows color (decimal): -4335483 or 8771773. OLE color: 8771773.

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

Color convert

RGB189216133-
CMYK0.1200.380.15
HSL79.52º51.55%68.43%-
HSV(B)79.52º38.43%84.71%-
XYZ49.7861.6231.46-
YUV198.4691.05121.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.13%
GREEN value IS 216 (84.77% from 255) = 40.15%
BLUE value IS 133 (52.34% from 255) = 24.72%
R=35.13%
G=40.15%
B=24.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892161330.1200.380.1579.5251.5568.43
HexBDD885C026F503444
Octal275330205140461712064104
Binary10111101110110001000010111000100110111110100001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD885; }

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

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

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

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

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

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

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

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