#BED685

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

Shades of Sulu #BED685

Tints of Sulu #BED685

Color information

#BED685 (or 0xBED685) is unknown color: approx Sulu. HEX triplet: BE, D6 and 85. RGB value is (190,214,133). Sum of RGB (Red+Green+Blue) = 190+214+133=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 214 (83.98% from 255 or 39.85% from 537); Blue value is 133 (52.34% from 255 or 24.77% from 537); Max value from RGB is 214 - color contains mainly: green. Hex color #BED685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED685 is #41297A. Grayscale: #C5C5C5. Windows color (decimal): -4270459 or 8771262. OLE color: 8771262.

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

Color convert

RGB190214133-
CMYK0.1100.380.16
HSL77.78º49.69%68.04%-
HSV(B)77.78º37.85%83.92%-
XYZ49.5260.7331.3-
YUV197.5991.55122.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.38%
GREEN value IS 214 (83.98% from 255) = 39.85%
BLUE value IS 133 (52.34% from 255) = 24.77%
R=35.38%
G=39.85%
B=24.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902141330.1100.380.1677.7849.6968.04
HexBED685B026104e3244
Octal276326205130462011662104
Binary101111101101011010000101101101001101000010011101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED685; }

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

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

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

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

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

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

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

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