#BEC8BB

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

Shades of Surf Crest #BEC8BB

Tints of Surf Crest #BEC8BB

Color information

#BEC8BB (or 0xBEC8BB) is unknown color: approx Surf Crest. HEX triplet: BE, C8 and BB. RGB value is (190,200,187). Sum of RGB (Red+Green+Blue) = 190+200+187=577 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.93% from 577); Green value is 200 (78.52% from 255 or 34.66% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC8BB is #413744. Grayscale: #C3C3C3. Windows color (decimal): -4273989 or 12306622. OLE color: 12306622.

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

Color convert

RGB190200187-
CMYK0.0500.060.22
HSL106.15º10.57%75.88%-
HSV(B)106.15º6.5%78.43%-
XYZ50.8655.8455.11-
YUV195.53123.19124.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.93%
GREEN value IS 200 (78.52% from 255) = 34.66%
BLUE value IS 187 (73.44% from 255) = 32.41%
R=32.93%
G=34.66%
B=32.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1902001870.0500.060.22106.1510.5775.88
HexBEC8BB506166ab4c
Octal2763102735062615213114
Binary101111101100100010111011101011010110110101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC8BB; }

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

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

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

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

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

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

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

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