#BED686

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

Shades of Sulu #BED686

Tints of Sulu #BED686

Color information

#BED686 (or 0xBED686) is unknown color: approx Sulu. HEX triplet: BE, D6 and 86. RGB value is (190,214,134). Sum of RGB (Red+Green+Blue) = 190+214+134=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 214 (83.98% from 255 or 39.78% from 538); Blue value is 134 (52.73% from 255 or 24.91% from 538); Max value from RGB is 214 - color contains mainly: green. Hex color #BED686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED686 is #412979. Grayscale: #C6C6C6. Windows color (decimal): -4270458 or 8836798. OLE color: 8836798.

HSL color Cylindrical-coordinate representation of color #BED686: hue angle of 78º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BED686 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB190214134-
CMYK0.1100.370.16
HSL78º49.38%68.24%-
HSV(B)78º37.38%83.92%-
XYZ49.5860.7631.67-
YUV197.792.05122.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.32%
GREEN value IS 214 (83.98% from 255) = 39.78%
BLUE value IS 134 (52.73% from 255) = 24.91%
R=35.32%
G=39.78%
B=24.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902141340.1100.370.167849.3868.24
HexBED686B025104e3144
Octal276326206130452011661104
Binary101111101101011010000110101101001011000010011101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED686; }

 p { color: rgb(190,214,134); }

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

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

 a { background-color: rgb(190,214,134); }

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

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

 span { border-color: rgb(190,214,134); }

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