#BEC9BB

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

Shades of Surf Crest #BEC9BB

Tints of Surf Crest #BEC9BB

Color information

#BEC9BB (or 0xBEC9BB) is unknown color: approx Surf Crest. HEX triplet: BE, C9 and BB. RGB value is (190,201,187). Sum of RGB (Red+Green+Blue) = 190+201+187=578 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.87% from 578); Green value is 201 (78.91% from 255 or 34.78% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC9BB is #413644. Grayscale: #C4C4C4. Windows color (decimal): -4273733 or 12306878. OLE color: 12306878.

HSL color Cylindrical-coordinate representation of color #BEC9BB: hue angle of 107.14º degrees, saturation: 0.11, 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 #BEC9BB is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB190201187-
CMYK0.0500.070.21
HSL107.14º11.48%76.08%-
HSV(B)107.14º6.97%78.82%-
XYZ51.0956.3155.19-
YUV196.12122.86123.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.87%
GREEN value IS 201 (78.91% from 255) = 34.78%
BLUE value IS 187 (73.44% from 255) = 32.35%
R=32.87%
G=34.78%
B=32.35%

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
Decimal1902011870.0500.070.21107.1411.4876.08
HexBEC9BB507156bb4c
Octal2763112735072515313114
Binary101111101100100110111011101011110101110101110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC9BB; }

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

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

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

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

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

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

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

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