#BED1BA

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

Shades of Surf Crest #BED1BA

Tints of Surf Crest #BED1BA

Color information

#BED1BA (or 0xBED1BA) is unknown color: approx Surf Crest. HEX triplet: BE, D1 and BA. RGB value is (190,209,186). Sum of RGB (Red+Green+Blue) = 190+209+186=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 209 (82.03% from 255 or 35.73% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 209 - color contains mainly: green. Hex color #BED1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED1BA is #412E45. Grayscale: #C8C8C8. Windows color (decimal): -4271686 or 12243390. OLE color: 12243390.

HSL color Cylindrical-coordinate representation of color #BED1BA: hue angle of 109.57º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BED1BA is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB190209186-
CMYK0.0900.110.18
HSL109.57º20%77.45%-
HSV(B)109.57º11%81.96%-
XYZ52.960.0955.27-
YUV200.7119.71120.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.48%
GREEN value IS 209 (82.03% from 255) = 35.73%
BLUE value IS 186 (73.05% from 255) = 31.79%
R=32.48%
G=35.73%
B=31.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902091860.0900.110.18109.572077.45
HexBED1BA90B126e144d
Octal276321272110132215624115
Binary101111101101000110111010100101011100101101110101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED1BA; }

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

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

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

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

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

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

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

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