#BDE188

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

Shades of Sulu #BDE188

Tints of Sulu #BDE188

Color information

#BDE188 (or 0xBDE188) is unknown color: approx Sulu. HEX triplet: BD, E1 and 88. RGB value is (189,225,136). Sum of RGB (Red+Green+Blue) = 189+225+136=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 225 (88.28% from 255 or 40.91% from 550); Blue value is 136 (53.52% from 255 or 24.73% from 550); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE188 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE188 is #421E77. Grayscale: #CCCCCC. Windows color (decimal): -4333176 or 8970685. OLE color: 8970685.

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

Color convert

RGB189225136-
CMYK0.1600.400.12
HSL84.27º59.73%70.78%-
HSV(B)84.27º39.56%88.24%-
XYZ52.3666.4533.36-
YUV204.0989.57117.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.36%
GREEN value IS 225 (88.28% from 255) = 40.91%
BLUE value IS 136 (53.52% from 255) = 24.73%
R=34.36%
G=40.91%
B=24.73%

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
Decimal1892251360.1600.400.1284.2759.7370.78
HexBDE18810028C543c47
Octal275341210200501412474107
Binary101111011110000110001000100000101000110010101001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE188; }

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

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

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

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

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

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

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

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