#BEC6BB

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

Shades of Surf Crest #BEC6BB

Tints of Surf Crest #BEC6BB

Color information

#BEC6BB (or 0xBEC6BB) is unknown color: approx Surf Crest. HEX triplet: BE, C6 and BB. RGB value is (190,198,187). Sum of RGB (Red+Green+Blue) = 190+198+187=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 198 (77.73% from 255 or 34.43% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC6BB is #413944. Grayscale: #C2C2C2. Windows color (decimal): -4274501 or 12306110. OLE color: 12306110.

HSL color Cylindrical-coordinate representation of color #BEC6BB: hue angle of 103.64º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BEC6BB is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB190198187-
CMYK0.0400.060.22
HSL103.64º8.8%75.49%-
HSV(B)103.64º5.56%77.65%-
XYZ50.454.9254.96-
YUV194.35123.85124.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.04%
GREEN value IS 198 (77.73% from 255) = 34.43%
BLUE value IS 187 (73.44% from 255) = 32.52%
R=33.04%
G=34.43%
B=32.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901981870.0400.060.22103.648.875.49
HexBEC6BB406166894b
Octal2763062734062615011113
Binary101111101100011010111011100011010110110100010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC6BB; }

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

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

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

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

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

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

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

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