Html Css Color HEX #BAC5C9 Heather

📋 copy color: '#BAC5C9'

red 186 ◦ green 197 ◦ blue 201

#BAC5C9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heather #BAC5C9

Tints of Heather #BAC5C9

RGB

 RED value IS 186 (73.05% from 255) = 31.85%

 GREEN value IS 197 (77.34% from 255) = 33.73%

 BLUE value IS 201 (78.91% from 255) = 34.42%

R = 31.85%
G = 33.73%
B = 34.42%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BAC5C9 (or 0xBAC5C9) is known color: Heather. HEX triplet: BA, C5 and C9. RGB value is (186,197,201). Sum of RGB (Red+Green+Blue) = 186+197+201=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 197 (77.34% from 255 or 33.73% from 584); Blue value is 201 (78.91% from 255 or 34.42% from 584); Max value from RGB is 201 - color contains mainly: blue. Hex color #BAC5C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC5C9 is #453A36. Grayscale: #C2C2C2. Windows color (decimal): -4536887 or 13223354. OLE color: 13223354.

HSL color Cylindrical-coordinate representation of color #BAC5C9: hue angle of 196º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BAC5C9 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 197 201 -
CMYK 0.07 0.02 0 0.21
HSL 196º 0.12% 0.76% -
HSV(B) 196º 0.07% 0.79% -
XYZ 50.76 54.59 63.12 -
YUV 194.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 186 197 201 0.07 0.02 0 0.21 196 0.12 0.76
Hex BA C5 C9 7 2 0 15 C4 C 4C
Octal 272 305 311 7 2 0 25 304 14 114
Binary 10111010 11000101 11001001 111 10 0 10101 11000100 1100 1001100

Color Harmonies of #BAC5C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC5C9

Black with #BAC5C9

Text Example


Text Example

White with #BAC5C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC5C9; }

 p { color: rgb(186,197,201); }

 H1.HeaderClassName
 {
   color: #BAC5C9;
 }
 .AnyTagClassName
 {
   color: #BAC5C9;
 }
</style>

background-color css

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

 a { background-color: rgb(186,197,201); }

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

border-color css

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

 span { border-color: rgb(186,197,201); }

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