#BDE186

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

Shades of Sulu #BDE186

Tints of Sulu #BDE186

Color information

#BDE186 (or 0xBDE186) is unknown color: approx Sulu. HEX triplet: BD, E1 and 86. RGB value is (189,225,134). Sum of RGB (Red+Green+Blue) = 189+225+134=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 225 (88.28% from 255 or 41.06% from 548); Blue value is 134 (52.73% from 255 or 24.45% from 548); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE186 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE186 is #421E79. Grayscale: #CCCCCC. Windows color (decimal): -4333178 or 8839613. OLE color: 8839613.

HSL color Cylindrical-coordinate representation of color #BDE186: hue angle of 83.74º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDE186 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB189225134-
CMYK0.1600.400.12
HSL83.74º60.26%70.39%-
HSV(B)83.74º40.44%88.24%-
XYZ52.2166.3932.62-
YUV203.8688.57117.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.49%
GREEN value IS 225 (88.28% from 255) = 41.06%
BLUE value IS 134 (52.73% from 255) = 24.45%
R=34.49%
G=41.06%
B=24.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892251340.1600.400.1283.7460.2670.39
HexBDE18610028C543c46
Octal275341206200501412474106
Binary101111011110000110000110100000101000110010101001111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE186; }

 p { color: rgb(189,225,134); }

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

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

 a { background-color: rgb(189,225,134); }

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

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

 span { border-color: rgb(189,225,134); }

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