#BECFB8

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

Shades of Surf Crest #BECFB8

Tints of Surf Crest #BECFB8

Color information

#BECFB8 (or 0xBECFB8) is unknown color: approx Surf Crest. HEX triplet: BE, CF and B8. RGB value is (190,207,184). Sum of RGB (Red+Green+Blue) = 190+207+184=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 207 (81.25% from 255 or 35.63% from 581); Blue value is 184 (72.27% from 255 or 31.67% from 581); Max value from RGB is 207 - color contains mainly: green. Hex color #BECFB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECFB8 is #413047. Grayscale: #C7C7C7. Windows color (decimal): -4272200 or 12111806. OLE color: 12111806.

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

Color convert

RGB190207184-
CMYK0.0800.110.19
HSL104.35º19.33%76.67%-
HSV(B)104.35º11.11%81.18%-
XYZ52.259.0353.99-
YUV199.3119.37121.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.70%
GREEN value IS 207 (81.25% from 255) = 35.63%
BLUE value IS 184 (72.27% from 255) = 31.67%
R=32.70%
G=35.63%
B=31.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1902071840.0800.110.19104.3519.3376.67
HexBECFB880B1368134d
Octal276317270100132315023115
Binary101111101100111110111000100001011100111101000100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECFB8; }

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

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

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

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

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

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

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

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