Html Css Color HEX #A8BBC8 Heather

📋 copy color: '#A8BBC8'

red 168 ◦ green 187 ◦ blue 200

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

Shades of Heather #A8BBC8

Tints of Heather #A8BBC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.04%

R = 30.27%
G = 33.69%
B = 36.04%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A8BBC8 (or 0xA8BBC8) is known color: Heather. HEX triplet: A8, BB and C8. RGB value is (168,187,200). Sum of RGB (Red+Green+Blue) = 168+187+200=555 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.27% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 200 (78.52% from 255 or 36.04% from 555); Max value from RGB is 200 - color contains mainly: blue. Hex color #A8BBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BBC8 is #574437. Grayscale: #B6B6B6. Windows color (decimal): -5719096 or 13155240. OLE color: 13155240.

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

Color convert

RGB 168 187 200 -
CMYK 0.16 0.06 0 0.22
HSL 204.38º 0.23% 0.72% -
HSV(B) 204.38º 0.16% 0.78% -
XYZ 44.34 48.04 61.58 -
YUV 182.8 137.71 117.44 -
System Red Green Blue C M Y K H S L
Decimal 168 187 200 0.16 0.06 0 0.22 204.38 0.23 0.72
Hex A8 BB C8 10 6 0 16 CC 17 48
Octal 250 273 310 20 6 0 26 314 27 110
Binary 10101000 10111011 11001000 10000 110 0 10110 11001100 10111 1001000

Color Harmonies of #A8BBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BBC8

Black with #A8BBC8

Text Example


Text Example

White with #A8BBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BBC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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