#BECCB6

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

Shades of Surf Crest #BECCB6

Tints of Surf Crest #BECCB6

Color information

#BECCB6 (or 0xBECCB6) is unknown color: approx Surf Crest. HEX triplet: BE, CC and B6. RGB value is (190,204,182). Sum of RGB (Red+Green+Blue) = 190+204+182=576 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.99% from 576); Green value is 204 (80.08% from 255 or 35.42% from 576); Blue value is 182 (71.48% from 255 or 31.60% from 576); Max value from RGB is 204 - color contains mainly: green. Hex color #BECCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCB6 is #413349. Grayscale: #C5C5C5. Windows color (decimal): -4272970 or 11979966. OLE color: 11979966.

HSL color Cylindrical-coordinate representation of color #BECCB6: hue angle of 98.18º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BECCB6 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB190204182-
CMYK0.0700.110.2
HSL98.18º17.74%75.69%-
HSV(B)98.18º10.78%80%-
XYZ51.2757.5152.65-
YUV197.31119.36122.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.99%
GREEN value IS 204 (80.08% from 255) = 35.42%
BLUE value IS 182 (71.48% from 255) = 31.60%
R=32.99%
G=35.42%
B=31.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1902041820.0700.110.298.1817.7475.69
HexBECCB670B1462124c
Octal27631426670132414222114
Binary10111110110011001011011011101011101001100010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECCB6; }

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

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

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

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

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

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

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

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