#BED7BA

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

Shades of Surf Crest #BED7BA

Tints of Surf Crest #BED7BA

Color information

#BED7BA (or 0xBED7BA) is unknown color: approx Surf Crest. HEX triplet: BE, D7 and BA. RGB value is (190,215,186). Sum of RGB (Red+Green+Blue) = 190+215+186=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 215 (84.38% from 255 or 36.38% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 215 - color contains mainly: green. Hex color #BED7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED7BA is #412845. Grayscale: #CCCCCC. Windows color (decimal): -4270150 or 12244926. OLE color: 12244926.

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

Color convert

RGB190215186-
CMYK0.1200.130.16
HSL111.72º26.61%78.63%-
HSV(B)111.72º13.49%84.31%-
XYZ54.463.0955.77-
YUV204.22117.72117.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.15%
GREEN value IS 215 (84.38% from 255) = 36.38%
BLUE value IS 186 (73.05% from 255) = 31.47%
R=32.15%
G=36.38%
B=31.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902151860.1200.130.16111.7226.6178.63
HexBED7BAC0D10701b4f
Octal276327272140152016033117
Binary101111101101011110111010110001101100001110000110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED7BA; }

 p { color: rgb(190,215,186); }

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

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

 a { background-color: rgb(190,215,186); }

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

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

 span { border-color: rgb(190,215,186); }

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