#BDED93

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

Shades of Sulu #BDED93

Tints of Sulu #BDED93

Color information

#BDED93 (or 0xBDED93) is unknown color: approx Sulu. HEX triplet: BD, ED and 93. RGB value is (189,237,147). Sum of RGB (Red+Green+Blue) = 189+237+147=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 237 (92.97% from 255 or 41.36% from 573); Blue value is 147 (57.81% from 255 or 25.65% from 573); Max value from RGB is 237 - color contains mainly: green. Hex color #BDED93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDED93 is #42126C. Grayscale: #D4D4D4. Windows color (decimal): -4330093 or 9694653. OLE color: 9694653.

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

Color convert

RGB189237147-
CMYK0.2000.380.07
HSL92º71.43%75.29%-
HSV(B)92º37.97%92.94%-
XYZ56.5473.4938.81-
YUV212.3991.1111.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.98%
GREEN value IS 237 (92.97% from 255) = 41.36%
BLUE value IS 147 (57.81% from 255) = 25.65%
R=32.98%
G=41.36%
B=25.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892371470.2000.380.079271.4375.29
HexBDED931402675c474b
Octal275355223240467134107113
Binary101111011110110110010011101000100110111101110010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDED93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDED93; }

 p { color: rgb(189,237,147); }

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

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

 a { background-color: rgb(189,237,147); }

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

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

 span { border-color: rgb(189,237,147); }

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