#BED5B6

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

Shades of Surf Crest #BED5B6

Tints of Surf Crest #BED5B6

Color information

#BED5B6 (or 0xBED5B6) is unknown color: approx Surf Crest. HEX triplet: BE, D5 and B6. RGB value is (190,213,182). Sum of RGB (Red+Green+Blue) = 190+213+182=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 213 (83.59% from 255 or 36.41% from 585); Blue value is 182 (71.48% from 255 or 31.11% from 585); Max value from RGB is 213 - color contains mainly: green. Hex color #BED5B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED5B6 is #412A49. Grayscale: #CACACA. Windows color (decimal): -4270666 or 11982270. OLE color: 11982270.

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

Color convert

RGB190213182-
CMYK0.1100.150.16
HSL104.52º26.96%77.45%-
HSV(B)104.52º14.55%83.53%-
XYZ53.4761.9153.39-
YUV202.59116.38119.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.48%
GREEN value IS 213 (83.59% from 255) = 36.41%
BLUE value IS 182 (71.48% from 255) = 31.11%
R=32.48%
G=36.41%
B=31.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902131820.1100.150.16104.5226.9677.45
HexBED5B6B0F10691b4d
Octal276325266130172015133115
Binary101111101101010110110110101101111100001101001110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED5B6; }

 p { color: rgb(190,213,182); }

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

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

 a { background-color: rgb(190,213,182); }

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

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

 span { border-color: rgb(190,213,182); }

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