#BECCB9

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

Shades of Surf Crest #BECCB9

Tints of Surf Crest #BECCB9

Color information

#BECCB9 (or 0xBECCB9) is unknown color: approx Surf Crest. HEX triplet: BE, CC and B9. RGB value is (190,204,185). Sum of RGB (Red+Green+Blue) = 190+204+185=579 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.82% from 579); Green value is 204 (80.08% from 255 or 35.23% from 579); Blue value is 185 (72.66% from 255 or 31.95% from 579); Max value from RGB is 204 - color contains mainly: green. Hex color #BECCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCB9 is #413346. Grayscale: #C5C5C5. Windows color (decimal): -4272967 or 12176574. OLE color: 12176574.

HSL color Cylindrical-coordinate representation of color #BECCB9: hue angle of 104.21º degrees, saturation: 0.16, 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 #BECCB9 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB190204185-
CMYK0.0700.090.2
HSL104.21º15.7%76.27%-
HSV(B)104.21º9.31%80%-
XYZ51.5957.6454.3-
YUV197.65120.86122.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.82%
GREEN value IS 204 (80.08% from 255) = 35.23%
BLUE value IS 185 (72.66% from 255) = 31.95%
R=32.82%
G=35.23%
B=31.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1902041850.0700.090.2104.2115.776.27
HexBECCB97091468104c
Octal27631427170112415020114
Binary10111110110011001011100111101001101001101000100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECCB9; }

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

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

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

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

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

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

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

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