#BED4B6

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

Shades of Surf Crest #BED4B6

Tints of Surf Crest #BED4B6

Color information

#BED4B6 (or 0xBED4B6) is unknown color: approx Surf Crest. HEX triplet: BE, D4 and B6. RGB value is (190,212,182). Sum of RGB (Red+Green+Blue) = 190+212+182=584 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.53% from 584); Green value is 212 (83.20% from 255 or 36.30% from 584); Blue value is 182 (71.48% from 255 or 31.16% from 584); Max value from RGB is 212 - color contains mainly: green. Hex color #BED4B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED4B6 is #412B49. Grayscale: #CACACA. Windows color (decimal): -4270922 or 11982014. OLE color: 11982014.

HSL color Cylindrical-coordinate representation of color #BED4B6: hue angle of 104º degrees, saturation: 0.26, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BED4B6 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB190212182-
CMYK0.1000.140.17
HSL104º25.86%77.25%-
HSV(B)104º14.15%83.14%-
XYZ53.2261.4153.3-
YUV202116.71119.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.53%
GREEN value IS 212 (83.20% from 255) = 36.30%
BLUE value IS 182 (71.48% from 255) = 31.16%
R=32.53%
G=36.30%
B=31.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1902121820.1000.140.1710425.8677.25
HexBED4B6A0E11681a4d
Octal276324266120162115032115
Binary101111101101010010110110101001110100011101000110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED4B6; }

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

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

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

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

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

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

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

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