#BACEB1

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

Shades of Surf Crest #BACEB1

Tints of Surf Crest #BACEB1

Color information

#BACEB1 (or 0xBACEB1) is unknown color: approx Surf Crest. HEX triplet: BA, CE and B1. RGB value is (186,206,177). Sum of RGB (Red+Green+Blue) = 186+206+177=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 206 (80.86% from 255 or 36.20% from 569); Blue value is 177 (69.53% from 255 or 31.11% from 569); Max value from RGB is 206 - color contains mainly: green. Hex color #BACEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACEB1 is #45314E. Grayscale: #C4C4C4. Windows color (decimal): -4534607 or 11652794. OLE color: 11652794.

HSL color Cylindrical-coordinate representation of color #BACEB1: hue angle of 101.38º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BACEB1 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB186206177-
CMYK0.1000.140.19
HSL101.38º22.83%75.1%-
HSV(B)101.38º14.08%80.78%-
XYZ50.2657.7650.09-
YUV196.71116.87120.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.69%
GREEN value IS 206 (80.86% from 255) = 36.20%
BLUE value IS 177 (69.53% from 255) = 31.11%
R=32.69%
G=36.20%
B=31.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1862061770.1000.140.19101.3822.8375.1
HexBACEB1A0E1365174b
Octal272316261120162314527113
Binary101110101100111010110001101001110100111100101101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACEB1; }

 p { color: rgb(186,206,177); }

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

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

 a { background-color: rgb(186,206,177); }

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

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

 span { border-color: rgb(186,206,177); }

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