#BECCB7

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

Shades of Surf Crest #BECCB7

Tints of Surf Crest #BECCB7

Color information

#BECCB7 (or 0xBECCB7) is unknown color: approx Surf Crest. HEX triplet: BE, CC and B7. RGB value is (190,204,183). Sum of RGB (Red+Green+Blue) = 190+204+183=577 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.93% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 183 (71.88% from 255 or 31.72% from 577); Max value from RGB is 204 - color contains mainly: green. Hex color #BECCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCB7 is #413348. Grayscale: #C5C5C5. Windows color (decimal): -4272969 or 12045502. OLE color: 12045502.

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

Color convert

RGB190204183-
CMYK0.0700.100.2
HSL100º17.07%75.88%-
HSV(B)100º10.29%80%-
XYZ51.3857.5553.2-
YUV197.42119.86122.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.93%
GREEN value IS 204 (80.08% from 255) = 35.36%
BLUE value IS 183 (71.88% from 255) = 31.72%
R=32.93%
G=35.36%
B=31.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1902041830.0700.100.210017.0775.88
HexBECCB770A1464114c
Octal27631426770122414421114
Binary10111110110011001011011111101010101001100100100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECCB7; }

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

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

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

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

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

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

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

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