Html Css Color HEX #BAC7CC Heather

📋 copy color: '#BAC7CC'

red 186 ◦ green 199 ◦ blue 204

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

Shades of Heather #BAC7CC

Tints of Heather #BAC7CC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.79%

 BLUE value IS 204 (80.08% from 255) = 34.63%

R = 31.58%
G = 33.79%
B = 34.63%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BAC7CC (or 0xBAC7CC) is known color: Heather. HEX triplet: BA, C7 and CC. RGB value is (186,199,204). Sum of RGB (Red+Green+Blue) = 186+199+204=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 199 (78.12% from 255 or 33.79% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 204 - color contains mainly: blue. Hex color #BAC7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC7CC is #453833. Grayscale: #C3C3C3. Windows color (decimal): -4536372 or 13420474. OLE color: 13420474.

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

Color convert

RGB 186 199 204 -
CMYK 0.09 0.02 0 0.2
HSL 196.67º 0.15% 0.76% -
HSV(B) 196.67º 0.09% 0.8% -
XYZ 51.57 55.65 65.15 -
YUV 195.68 132.69 121.09 -
System Red Green Blue C M Y K H S L
Decimal 186 199 204 0.09 0.02 0 0.2 196.67 0.15 0.76
Hex BA C7 CC 9 2 0 14 C5 F 4C
Octal 272 307 314 11 2 0 24 305 17 114
Binary 10111010 11000111 11001100 1001 10 0 10100 11000101 1111 1001100

Color Harmonies of #BAC7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC7CC

Black with #BAC7CC

Text Example


Text Example

White with #BAC7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC7CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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