Html Css Color HEX #BAC6CA Heather

📋 copy color: '#BAC6CA'

red 186 ◦ green 198 ◦ blue 202

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

Shades of Heather #BAC6CA

Tints of Heather #BAC6CA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.79%

 BLUE value IS 202 (79.3% from 255) = 34.47%

R = 31.74%
G = 33.79%
B = 34.47%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BAC6CA (or 0xBAC6CA) is known color: Heather. HEX triplet: BA, C6 and CA. RGB value is (186,198,202). Sum of RGB (Red+Green+Blue) = 186+198+202=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 198 (77.73% from 255 or 33.79% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 202 - color contains mainly: blue. Hex color #BAC6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC6CA is #453935. Grayscale: #C2C2C2. Windows color (decimal): -4536630 or 13289146. OLE color: 13289146.

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

Color convert

RGB 186 198 202 -
CMYK 0.08 0.02 0 0.21
HSL 195º 0.13% 0.76% -
HSV(B) 195º 0.08% 0.79% -
XYZ 51.1 55.09 63.82 -
YUV 194.87 132.02 121.67 -
System Red Green Blue C M Y K H S L
Decimal 186 198 202 0.08 0.02 0 0.21 195 0.13 0.76
Hex BA C6 CA 8 2 0 15 C3 D 4C
Octal 272 306 312 10 2 0 25 303 15 114
Binary 10111010 11000110 11001010 1000 10 0 10101 11000011 1101 1001100

Color Harmonies of #BAC6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC6CA

Black with #BAC6CA

Text Example


Text Example

White with #BAC6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC6CA; }

 p { color: rgb(186,198,202); }

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

background-color css

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

 a { background-color: rgb(186,198,202); }

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

border-color css

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

 span { border-color: rgb(186,198,202); }

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