Html Css Color HEX #BAC4C9 Heather

📋 copy color: '#BAC4C9'

red 186 ◦ green 196 ◦ blue 201

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

Shades of Heather #BAC4C9

Tints of Heather #BAC4C9

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.62%

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

R = 31.9%
G = 33.62%
B = 34.48%

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

#BAC4C9 (or 0xBAC4C9) is known color: Heather. HEX triplet: BA, C4 and C9. RGB value is (186,196,201). Sum of RGB (Red+Green+Blue) = 186+196+201=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 196 (76.95% from 255 or 33.62% from 583); Blue value is 201 (78.91% from 255 or 34.48% from 583); Max value from RGB is 201 - color contains mainly: blue. Hex color #BAC4C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC4C9 is #453B36. Grayscale: #C1C1C1. Windows color (decimal): -4537143 or 13223098. OLE color: 13223098.

HSL color Cylindrical-coordinate representation of color #BAC4C9: hue angle of 200º 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 #BAC4C9 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 196 201 -
CMYK 0.07 0.02 0 0.21
HSL 200º 0.12% 0.76% -
HSV(B) 200º 0.07% 0.79% -
XYZ 50.53 54.14 63.04 -
YUV 193.58 132.19 122.59 -
System Red Green Blue C M Y K H S L
Decimal 186 196 201 0.07 0.02 0 0.21 200 0.12 0.76
Hex BA C4 C9 7 2 0 15 C8 C 4C
Octal 272 304 311 7 2 0 25 310 14 114
Binary 10111010 11000100 11001001 111 10 0 10101 11001000 1100 1001100

Color Harmonies of #BAC4C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC4C9

Black with #BAC4C9

Text Example


Text Example

White with #BAC4C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC4C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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