#BED884

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

Shades of Sulu #BED884

Tints of Sulu #BED884

Color information

#BED884 (or 0xBED884) is unknown color: approx Sulu. HEX triplet: BE, D8 and 84. RGB value is (190,216,132). Sum of RGB (Red+Green+Blue) = 190+216+132=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 216 (84.77% from 255 or 40.15% from 538); Blue value is 132 (51.95% from 255 or 24.54% from 538); Max value from RGB is 216 - color contains mainly: green. Hex color #BED884 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED884 is #41277B. Grayscale: #C6C6C6. Windows color (decimal): -4269948 or 8706238. OLE color: 8706238.

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

Color convert

RGB190216132-
CMYK0.1200.390.15
HSL78.57º51.85%68.24%-
HSV(B)78.57º38.89%84.71%-
XYZ49.9661.7231.11-
YUV198.6590.39121.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.32%
GREEN value IS 216 (84.77% from 255) = 40.15%
BLUE value IS 132 (51.95% from 255) = 24.54%
R=35.32%
G=40.15%
B=24.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902161320.1200.390.1578.5751.8568.24
HexBED884C027F4f3444
Octal276330204140471711764104
Binary10111110110110001000010011000100111111110011111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED884; }

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

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

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

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

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

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

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

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