#BDE890

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

Shades of Sulu #BDE890

Tints of Sulu #BDE890

Color information

#BDE890 (or 0xBDE890) is unknown color: approx Sulu. HEX triplet: BD, E8 and 90. RGB value is (189,232,144). Sum of RGB (Red+Green+Blue) = 189+232+144=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 232 (91.02% from 255 or 41.06% from 565); Blue value is 144 (56.64% from 255 or 25.49% from 565); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE890 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE890 is #42176F. Grayscale: #D1D1D1. Windows color (decimal): -4331376 or 9496765. OLE color: 9496765.

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

Color convert

RGB189232144-
CMYK0.1900.380.09
HSL89.32º65.67%73.73%-
HSV(B)89.32º37.93%90.98%-
XYZ54.8870.5537.11-
YUV209.1191.25113.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.45%
GREEN value IS 232 (91.02% from 255) = 41.06%
BLUE value IS 144 (56.64% from 255) = 25.49%
R=33.45%
G=41.06%
B=25.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892321440.1900.380.0989.3265.6773.73
HexBDE89013026959424a
Octal2753502202304611131102112
Binary1011110111101000100100001001101001101001101100110000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE890; }

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

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

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

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

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

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

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

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