#BECAB9

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

Shades of Surf Crest #BECAB9

Tints of Surf Crest #BECAB9

Color information

#BECAB9 (or 0xBECAB9) is unknown color: approx Surf Crest. HEX triplet: BE, CA and B9. RGB value is (190,202,185). Sum of RGB (Red+Green+Blue) = 190+202+185=577 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.93% from 577); Green value is 202 (79.30% from 255 or 35.01% from 577); Blue value is 185 (72.66% from 255 or 32.06% from 577); Max value from RGB is 202 - color contains mainly: green. Hex color #BECAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECAB9 is #413546. Grayscale: #C4C4C4. Windows color (decimal): -4273479 or 12176062. OLE color: 12176062.

HSL color Cylindrical-coordinate representation of color #BECAB9: hue angle of 102.35º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BECAB9 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB190202185-
CMYK0.0600.080.21
HSL102.35º13.82%75.88%-
HSV(B)102.35º8.42%79.22%-
XYZ51.1156.6954.15-
YUV196.47121.52123.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.93%
GREEN value IS 202 (79.30% from 255) = 35.01%
BLUE value IS 185 (72.66% from 255) = 32.06%
R=32.93%
G=35.01%
B=32.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902021850.0600.080.21102.3513.8275.88
HexBECAB96081566e4c
Octal27631227160102514616114
Binary1011111011001010101110011100100010101110011011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECAB9; }

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

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

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

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

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

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

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

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