#BECBB8

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

Shades of Surf Crest #BECBB8

Tints of Surf Crest #BECBB8

Color information

#BECBB8 (or 0xBECBB8) is unknown color: approx Surf Crest. HEX triplet: BE, CB and B8. RGB value is (190,203,184). Sum of RGB (Red+Green+Blue) = 190+203+184=577 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.93% from 577); Green value is 203 (79.69% from 255 or 35.18% from 577); Blue value is 184 (72.27% from 255 or 31.89% from 577); Max value from RGB is 203 - color contains mainly: green. Hex color #BECBB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECBB8 is #413447. Grayscale: #C5C5C5. Windows color (decimal): -4273224 or 12110782. OLE color: 12110782.

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

Color convert

RGB190203184-
CMYK0.0600.090.20
HSL101.05º15.45%75.88%-
HSV(B)101.05º9.36%79.61%-
XYZ51.2457.1253.67-
YUV196.95120.69123.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.93%
GREEN value IS 203 (79.69% from 255) = 35.18%
BLUE value IS 184 (72.27% from 255) = 31.89%
R=32.93%
G=35.18%
B=31.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902031840.0600.090.20101.0515.4575.88
HexBECBB86091465f4c
Octal27631327060112414517114
Binary1011111011001011101110001100100110100110010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECBB8; }

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

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

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

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

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

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

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

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