#BEC5BB

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

Shades of Surf Crest #BEC5BB

Tints of Surf Crest #BEC5BB

Color information

#BEC5BB (or 0xBEC5BB) is unknown color: approx Surf Crest. HEX triplet: BE, C5 and BB. RGB value is (190,197,187). Sum of RGB (Red+Green+Blue) = 190+197+187=574 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.10% from 574); Green value is 197 (77.34% from 255 or 34.32% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC5BB is #413A44. Grayscale: #C1C1C1. Windows color (decimal): -4274757 or 12305854. OLE color: 12305854.

HSL color Cylindrical-coordinate representation of color #BEC5BB: hue angle of 102º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BEC5BB is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB190197187-
CMYK0.0400.050.23
HSL102º7.94%75.29%-
HSV(B)102º5.08%77.25%-
XYZ50.1754.4754.88-
YUV193.77124.18125.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.10%
GREEN value IS 197 (77.34% from 255) = 34.32%
BLUE value IS 187 (73.44% from 255) = 32.58%
R=33.10%
G=34.32%
B=32.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901971870.0400.050.231027.9475.29
HexBEC5BB405176684b
Octal2763052734052714610113
Binary101111101100010110111011100010110111110011010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC5BB; }

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

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

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

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

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

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

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

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