#BEC9BA

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

Shades of Surf Crest #BEC9BA

Tints of Surf Crest #BEC9BA

Color information

#BEC9BA (or 0xBEC9BA) is unknown color: approx Surf Crest. HEX triplet: BE, C9 and BA. RGB value is (190,201,186). Sum of RGB (Red+Green+Blue) = 190+201+186=577 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.93% from 577); Green value is 201 (78.91% from 255 or 34.84% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC9BA is #413645. Grayscale: #C4C4C4. Windows color (decimal): -4273734 or 12241342. OLE color: 12241342.

HSL color Cylindrical-coordinate representation of color #BEC9BA: hue angle of 104º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BEC9BA is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB190201186-
CMYK0.0500.070.21
HSL104º12.2%75.88%-
HSV(B)104º7.46%78.82%-
XYZ50.9856.2754.63-
YUV196122.36123.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.93%
GREEN value IS 201 (78.91% from 255) = 34.84%
BLUE value IS 186 (73.05% from 255) = 32.24%
R=32.93%
G=34.84%
B=32.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902011860.0500.070.2110412.275.88
HexBEC9BA5071568c4c
Octal2763112725072515014114
Binary101111101100100110111010101011110101110100011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC9BA; }

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

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

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

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

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

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

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

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