#BACCB2

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

Shades of Surf Crest #BACCB2

Tints of Surf Crest #BACCB2

Color information

#BACCB2 (or 0xBACCB2) is unknown color: approx Surf Crest. HEX triplet: BA, CC and B2. RGB value is (186,204,178). Sum of RGB (Red+Green+Blue) = 186+204+178=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 204 (80.08% from 255 or 35.92% from 568); Blue value is 178 (69.92% from 255 or 31.34% from 568); Max value from RGB is 204 - color contains mainly: green. Hex color #BACCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACCB2 is #45334D. Grayscale: #C3C3C3. Windows color (decimal): -4535118 or 11717818. OLE color: 11717818.

HSL color Cylindrical-coordinate representation of color #BACCB2: hue angle of 101.54º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BACCB2 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB186204178-
CMYK0.0900.130.2
HSL101.54º20.31%74.9%-
HSV(B)101.54º12.75%80%-
XYZ49.8856.8450.46-
YUV195.65118.04121.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.75%
GREEN value IS 204 (80.08% from 255) = 35.92%
BLUE value IS 178 (69.92% from 255) = 31.34%
R=32.75%
G=35.92%
B=31.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1862041780.0900.130.2101.5420.3174.9
HexBACCB290D1466144b
Octal272314262110152414624113
Binary101110101100110010110010100101101101001100110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACCB2; }

 p { color: rgb(186,204,178); }

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

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

 a { background-color: rgb(186,204,178); }

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

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

 span { border-color: rgb(186,204,178); }

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