#BDE885

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

Shades of Sulu #BDE885

Tints of Sulu #BDE885

Color information

#BDE885 (or 0xBDE885) is unknown color: approx Sulu. HEX triplet: BD, E8 and 85. RGB value is (189,232,133). Sum of RGB (Red+Green+Blue) = 189+232+133=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 232 (91.02% from 255 or 41.88% from 554); Blue value is 133 (52.34% from 255 or 24.01% from 554); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE885 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE885 is #42177A. Grayscale: #D0D0D0. Windows color (decimal): -4331387 or 8775869. OLE color: 8775869.

HSL color Cylindrical-coordinate representation of color #BDE885: hue angle of 86.06º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDE885 is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB189232133-
CMYK0.1900.430.09
HSL86.06º68.28%71.57%-
HSV(B)86.06º42.67%90.98%-
XYZ54.0870.2332.9-
YUV207.8685.75114.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.12%
GREEN value IS 232 (91.02% from 255) = 41.88%
BLUE value IS 133 (52.34% from 255) = 24.01%
R=34.12%
G=41.88%
B=24.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892321330.1900.430.0986.0668.2871.57
HexBDE8851302B9564448
Octal2753502052305311126104110
Binary1011110111101000100001011001101010111001101011010001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE885; }

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

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

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

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

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

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

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

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