Html Css Color HEX #BAC8CC Heather

📋 copy color: '#BAC8CC'

red 186 ◦ green 200 ◦ blue 204

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

Shades of Heather #BAC8CC

Tints of Heather #BAC8CC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.9%

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

R = 31.53%
G = 33.9%
B = 34.58%

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

#BAC8CC (or 0xBAC8CC) is known color: Heather. HEX triplet: BA, C8 and CC. RGB value is (186,200,204). Sum of RGB (Red+Green+Blue) = 186+200+204=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 200 (78.52% from 255 or 33.90% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 204 - color contains mainly: blue. Hex color #BAC8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC8CC is #453733. Grayscale: #C4C4C4. Windows color (decimal): -4536116 or 13420730. OLE color: 13420730.

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

Color convert

RGB 186 200 204 -
CMYK 0.09 0.02 0 0.2
HSL 193.33º 0.15% 0.76% -
HSV(B) 193.33º 0.09% 0.8% -
XYZ 51.8 56.11 65.23 -
YUV 196.27 132.36 120.67 -
System Red Green Blue C M Y K H S L
Decimal 186 200 204 0.09 0.02 0 0.2 193.33 0.15 0.76
Hex BA C8 CC 9 2 0 14 C1 F 4C
Octal 272 310 314 11 2 0 24 301 17 114
Binary 10111010 11001000 11001100 1001 10 0 10100 11000001 1111 1001100

Color Harmonies of #BAC8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC8CC

Black with #BAC8CC

Text Example


Text Example

White with #BAC8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC8CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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