#BDEE90

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

Shades of Sulu #BDEE90

Tints of Sulu #BDEE90

Color information

#BDEE90 (or 0xBDEE90) is unknown color: approx Sulu. HEX triplet: BD, EE and 90. RGB value is (189,238,144). Sum of RGB (Red+Green+Blue) = 189+238+144=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 238 (93.36% from 255 or 41.68% from 571); Blue value is 144 (56.64% from 255 or 25.22% from 571); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEE90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEE90 is #42116F. Grayscale: #D4D4D4. Windows color (decimal): -4329840 or 9498301. OLE color: 9498301.

HSL color Cylindrical-coordinate representation of color #BDEE90: hue angle of 91.28º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDEE90 is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB189238144-
CMYK0.2100.390.07
HSL91.28º73.44%74.9%-
HSV(B)91.28º39.5%93.33%-
XYZ56.5973.9837.68-
YUV212.6389.27111.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.10%
GREEN value IS 238 (93.36% from 255) = 41.68%
BLUE value IS 144 (56.64% from 255) = 25.22%
R=33.10%
G=41.68%
B=25.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892381440.2100.390.0791.2873.4474.9
HexBDEE901502775b494b
Octal275356220250477133111113
Binary101111011110111010010000101010100111111101101110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEE90; }

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

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

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

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

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

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

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

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