#BEC8B9

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

Shades of Surf Crest #BEC8B9

Tints of Surf Crest #BEC8B9

Color information

#BEC8B9 (or 0xBEC8B9) is unknown color: approx Surf Crest. HEX triplet: BE, C8 and B9. RGB value is (190,200,185). Sum of RGB (Red+Green+Blue) = 190+200+185=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 200 (78.52% from 255 or 34.78% from 575); Blue value is 185 (72.66% from 255 or 32.17% from 575); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC8B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC8B9 is #413746. Grayscale: #C3C3C3. Windows color (decimal): -4273991 or 12175550. OLE color: 12175550.

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

Color convert

RGB190200185-
CMYK0.0500.080.22
HSL100º12%75.49%-
HSV(B)100º7.5%78.43%-
XYZ50.6555.7653.99-
YUV195.3122.19124.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.04%
GREEN value IS 200 (78.52% from 255) = 34.78%
BLUE value IS 185 (72.66% from 255) = 32.17%
R=33.04%
G=34.78%
B=32.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1902001850.0500.080.221001275.49
HexBEC8B95081664c4b
Octal27631027150102614414113
Binary1011111011001000101110011010100010110110010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC8B9; }

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

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

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

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

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

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

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

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