#BECFB4

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

Shades of Surf Crest #BECFB4

Tints of Surf Crest #BECFB4

Color information

#BECFB4 (or 0xBECFB4) is unknown color: approx Surf Crest. HEX triplet: BE, CF and B4. RGB value is (190,207,180). Sum of RGB (Red+Green+Blue) = 190+207+180=577 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.93% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 180 (70.70% from 255 or 31.20% from 577); Max value from RGB is 207 - color contains mainly: green. Hex color #BECFB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECFB4 is #41304B. Grayscale: #C6C6C6. Windows color (decimal): -4272204 or 11849662. OLE color: 11849662.

HSL color Cylindrical-coordinate representation of color #BECFB4: hue angle of 97.78º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BECFB4 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB190207180-
CMYK0.0800.130.19
HSL97.78º21.95%75.88%-
HSV(B)97.78º13.04%81.18%-
XYZ51.7958.8751.81-
YUV198.84117.37121.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.93%
GREEN value IS 207 (81.25% from 255) = 35.88%
BLUE value IS 180 (70.70% from 255) = 31.20%
R=32.93%
G=35.88%
B=31.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1902071800.0800.130.1997.7821.9575.88
HexBECFB480D1362164c
Octal276317264100152314226114
Binary101111101100111110110100100001101100111100010101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECFB4; }

 p { color: rgb(190,207,180); }

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

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

 a { background-color: rgb(190,207,180); }

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

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

 span { border-color: rgb(190,207,180); }

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