#BEDC87

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

Shades of Sulu #BEDC87

Tints of Sulu #BEDC87

Color information

#BEDC87 (or 0xBEDC87) is unknown color: approx Sulu. HEX triplet: BE, DC and 87. RGB value is (190,220,135). Sum of RGB (Red+Green+Blue) = 190+220+135=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 135 (53.12% from 255 or 24.77% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDC87 is #412378. Grayscale: #C9C9C9. Windows color (decimal): -4268921 or 8903870. OLE color: 8903870.

HSL color Cylindrical-coordinate representation of color #BEDC87: hue angle of 81.18º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BEDC87 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB190220135-
CMYK0.1400.390.14
HSL81.18º54.84%69.61%-
HSV(B)81.18º38.64%86.27%-
XYZ51.263.8832.55-
YUV201.3490.56119.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.86%
GREEN value IS 220 (86.33% from 255) = 40.37%
BLUE value IS 135 (53.12% from 255) = 24.77%
R=34.86%
G=40.37%
B=24.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902201350.1400.390.1481.1854.8469.61
HexBEDC87E027E513746
Octal276334207160471612167106
Binary10111110110111001000011111100100111111010100011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDC87; }

 p { color: rgb(190,220,135); }

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

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

 a { background-color: rgb(190,220,135); }

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

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

 span { border-color: rgb(190,220,135); }

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