#BECFBA

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

Shades of Surf Crest #BECFBA

Tints of Surf Crest #BECFBA

Color information

#BECFBA (or 0xBECFBA) is unknown color: approx Surf Crest. HEX triplet: BE, CF and BA. RGB value is (190,207,186). Sum of RGB (Red+Green+Blue) = 190+207+186=583 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.59% from 583); Green value is 207 (81.25% from 255 or 35.51% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 207 - color contains mainly: green. Hex color #BECFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECFBA is #413045. Grayscale: #C7C7C7. Windows color (decimal): -4272198 or 12242878. OLE color: 12242878.

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

Color convert

RGB190207186-
CMYK0.0800.100.19
HSL108.57º17.95%77.06%-
HSV(B)108.57º10.14%81.18%-
XYZ52.4159.1255.1-
YUV199.52120.37121.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.59%
GREEN value IS 207 (81.25% from 255) = 35.51%
BLUE value IS 186 (73.05% from 255) = 31.90%
R=32.59%
G=35.51%
B=31.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1902071860.0800.100.19108.5717.9577.06
HexBECFBA80A136d124d
Octal276317272100122315522115
Binary101111101100111110111010100001010100111101101100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECFBA; }

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

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

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

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

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

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

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

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