#BAC8CD

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

Shades of Heather #BAC8CD

Tints of Heather #BAC8CD

Color information

#BAC8CD (or 0xBAC8CD) is unknown color: approx Heather. HEX triplet: BA, C8 and CD. RGB value is (186,200,205). Sum of RGB (Red+Green+Blue) = 186+200+205=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 200 (78.52% from 255 or 33.84% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 205 - color contains mainly: blue. Hex color #BAC8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC8CD is #453732. Grayscale: #C4C4C4. Windows color (decimal): -4536115 or 13486266. OLE color: 13486266.

HSL color Cylindrical-coordinate representation of color #BAC8CD: hue angle of 195.79º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BAC8CD is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB186200205-
CMYK0.090.0200.20
HSL195.79º15.97%76.67%-
HSV(B)195.79º9.27%80.39%-
XYZ51.9256.1665.86-
YUV196.38132.86120.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.47%
GREEN value IS 200 (78.52% from 255) = 33.84%
BLUE value IS 205 (80.47% from 255) = 34.69%
R=31.47%
G=33.84%
B=34.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1862002050.090.0200.20195.7915.9776.67
HexBAC8CD92014c4104d
Octal27231031511202430420115
Binary10111010110010001100110110011001010011000100100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC8CD; }

 p { color: rgb(186,200,205); }

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

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

 a { background-color: rgb(186,200,205); }

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

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

 span { border-color: rgb(186,200,205); }

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