#BED887

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

Shades of Sulu #BED887

Tints of Sulu #BED887

Color information

#BED887 (or 0xBED887) is unknown color: approx Sulu. HEX triplet: BE, D8 and 87. RGB value is (190,216,135). Sum of RGB (Red+Green+Blue) = 190+216+135=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 216 (84.77% from 255 or 39.93% from 541); Blue value is 135 (53.12% from 255 or 24.95% from 541); Max value from RGB is 216 - color contains mainly: green. Hex color #BED887 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED887 is #412778. Grayscale: #C7C7C7. Windows color (decimal): -4269945 or 8902846. OLE color: 8902846.

HSL color Cylindrical-coordinate representation of color #BED887: hue angle of 79.26º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BED887 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB190216135-
CMYK0.1200.380.15
HSL79.26º50.94%68.82%-
HSV(B)79.26º37.5%84.71%-
XYZ50.1661.8132.21-
YUV198.9991.89121.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.12%
GREEN value IS 216 (84.77% from 255) = 39.93%
BLUE value IS 135 (53.12% from 255) = 24.95%
R=35.12%
G=39.93%
B=24.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902161350.1200.380.1579.2650.9468.82
HexBED887C026F4f3345
Octal276330207140461711763105
Binary10111110110110001000011111000100110111110011111100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED887; }

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

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

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

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

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

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

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

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