#BEDD8E

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

Shades of Sulu #BEDD8E

Tints of Sulu #BEDD8E

Color information

#BEDD8E (or 0xBEDD8E) is unknown color: approx Sulu. HEX triplet: BE, DD and 8E. RGB value is (190,221,142). Sum of RGB (Red+Green+Blue) = 190+221+142=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 142 (55.86% from 255 or 25.68% from 553); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDD8E is #412271. Grayscale: #CBCBCB. Windows color (decimal): -4268658 or 9362878. OLE color: 9362878.

HSL color Cylindrical-coordinate representation of color #BEDD8E: hue angle of 83.54º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BEDD8E is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB190221142-
CMYK0.1400.360.13
HSL83.54º53.74%71.18%-
HSV(B)83.54º35.75%86.67%-
XYZ51.9764.6135.32-
YUV202.7293.73118.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.36%
GREEN value IS 221 (86.72% from 255) = 39.96%
BLUE value IS 142 (55.86% from 255) = 25.68%
R=34.36%
G=39.96%
B=25.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902211420.1400.360.1383.5453.7471.18
HexBEDD8EE024D543647
Octal276335216160441512466107
Binary10111110110111011000111011100100100110110101001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDD8E; }

 p { color: rgb(190,221,142); }

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

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

 a { background-color: rgb(190,221,142); }

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

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

 span { border-color: rgb(190,221,142); }

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