#BECAB8

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

Shades of Surf Crest #BECAB8

Tints of Surf Crest #BECAB8

Color information

#BECAB8 (or 0xBECAB8) is unknown color: approx Surf Crest. HEX triplet: BE, CA and B8. RGB value is (190,202,184). Sum of RGB (Red+Green+Blue) = 190+202+184=576 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.99% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 184 (72.27% from 255 or 31.94% from 576); Max value from RGB is 202 - color contains mainly: green. Hex color #BECAB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECAB8 is #413547. Grayscale: #C4C4C4. Windows color (decimal): -4273480 or 12110526. OLE color: 12110526.

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

Color convert

RGB190202184-
CMYK0.0600.090.21
HSL100º14.52%75.69%-
HSV(B)100º8.91%79.22%-
XYZ51.0156.6553.59-
YUV196.36121.02123.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.99%
GREEN value IS 202 (79.30% from 255) = 35.07%
BLUE value IS 184 (72.27% from 255) = 31.94%
R=32.99%
G=35.07%
B=31.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902021840.0600.090.2110014.5275.69
HexBECAB86091564f4c
Octal27631227060112514417114
Binary1011111011001010101110001100100110101110010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECAB8; }

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

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

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

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

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

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

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

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