Html Css Color HEX #A8BBC9 Heather

📋 copy color: '#A8BBC9'

red 168 ◦ green 187 ◦ blue 201

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

Shades of Heather #A8BBC9

Tints of Heather #A8BBC9

RGB

 RED value IS 168 (66.02% from 255) = 30.22%

 GREEN value IS 187 (73.44% from 255) = 33.63%

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

R = 30.22%
G = 33.63%
B = 36.15%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A8BBC9 (or 0xA8BBC9) is known color: Heather. HEX triplet: A8, BB and C9. RGB value is (168,187,201). Sum of RGB (Red+Green+Blue) = 168+187+201=556 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.22% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 201 (78.91% from 255 or 36.15% from 556); Max value from RGB is 201 - color contains mainly: blue. Hex color #A8BBC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BBC9 is #574436. Grayscale: #B6B6B6. Windows color (decimal): -5719095 or 13220776. OLE color: 13220776.

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

Color convert

RGB 168 187 201 -
CMYK 0.16 0.07 0 0.21
HSL 205.45º 0.23% 0.72% -
HSV(B) 205.45º 0.16% 0.79% -
XYZ 44.46 48.08 62.2 -
YUV 182.92 138.21 117.36 -
System Red Green Blue C M Y K H S L
Decimal 168 187 201 0.16 0.07 0 0.21 205.45 0.23 0.72
Hex A8 BB C9 10 7 0 15 CD 17 48
Octal 250 273 311 20 7 0 25 315 27 110
Binary 10101000 10111011 11001001 10000 111 0 10101 11001101 10111 1001000

Color Harmonies of #A8BBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BBC9

Black with #A8BBC9

Text Example


Text Example

White with #A8BBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BBC9; }

 p { color: rgb(168,187,201); }

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

background-color css

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

 a { background-color: rgb(168,187,201); }

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

border-color css

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

 span { border-color: rgb(168,187,201); }

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