#BED5B7

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

Shades of Surf Crest #BED5B7

Tints of Surf Crest #BED5B7

Color information

#BED5B7 (or 0xBED5B7) is unknown color: approx Surf Crest. HEX triplet: BE, D5 and B7. RGB value is (190,213,183). Sum of RGB (Red+Green+Blue) = 190+213+183=586 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.42% from 586); Green value is 213 (83.59% from 255 or 36.35% from 586); Blue value is 183 (71.88% from 255 or 31.23% from 586); Max value from RGB is 213 - color contains mainly: green. Hex color #BED5B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED5B7 is #412A48. Grayscale: #CACACA. Windows color (decimal): -4270665 or 12047806. OLE color: 12047806.

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

Color convert

RGB190213183-
CMYK0.1100.140.16
HSL106º26.32%77.65%-
HSV(B)106º14.08%83.53%-
XYZ53.5861.9553.93-
YUV202.7116.88118.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.42%
GREEN value IS 213 (83.59% from 255) = 36.35%
BLUE value IS 183 (71.88% from 255) = 31.23%
R=32.42%
G=36.35%
B=31.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902131830.1100.140.1610626.3277.65
HexBED5B7B0E106a1a4e
Octal276325267130162015232116
Binary101111101101010110110111101101110100001101010110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED5B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED5B7; }

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

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

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

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

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

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

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

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