#baceb5

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

Shades of Surf Crest #BACEB5

Tints of Surf Crest #BACEB5

Color information

#BACEB5 (or 0xBACEB5) is unknown color: approx Surf Crest. HEX triplet: BA, CE and B5. RGB value is (186,206,181). Sum of RGB (Red+Green+Blue) = 186+206+181=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 181 (71.09% from 255 or 31.59% from 573); Max value from RGB is 206 - color contains mainly: green. Hex color #BACEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACEB5 is #45314A. Grayscale: #C5C5C5. Windows color (decimal): -4534603 or 11914938. OLE color: 11914938.

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

Color convert

RGB186206181-
CMYK0.1000.120.19
HSL108º20.33%75.88%-
HSV(B)108º12.14%80.78%-
XYZ50.6657.9252.23-
YUV197.17118.87120.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.46%
GREEN value IS 206 (80.86% from 255) = 35.95%
BLUE value IS 181 (71.09% from 255) = 31.59%
R=32.46%
G=35.95%
B=31.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1862061810.1000.120.1910820.3375.88
HexBACEB5A0C136c144c
Octal272316265120142315424114
Binary101110101100111010110101101001100100111101100101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #baceb5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #baceb5; }

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

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

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

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

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

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

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

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