Html Css Color HEX #A8BFCB Heather

📋 copy color: '#A8BFCB'

red 168 ◦ green 191 ◦ blue 203

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

Shades of Heather #A8BFCB

Tints of Heather #A8BFCB

RGB

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

 GREEN value IS 191 (75% from 255) = 33.99%

 BLUE value IS 203 (79.69% from 255) = 36.12%

R = 29.89%
G = 33.99%
B = 36.12%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A8BFCB (or 0xA8BFCB) is known color: Heather. HEX triplet: A8, BF and CB. RGB value is (168,191,203). Sum of RGB (Red+Green+Blue) = 168+191+203=562 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.89% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 203 - color contains mainly: blue. Hex color #A8BFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BFCB is #574034. Grayscale: #B9B9B9. Windows color (decimal): -5718069 or 13352872. OLE color: 13352872.

HSL color Cylindrical-coordinate representation of color #A8BFCB: hue angle of 200.57º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8BFCB is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 191 203 -
CMYK 0.17 0.06 0 0.20
HSL 200.57º 0.25% 0.73% -
HSV(B) 200.57º 0.17% 0.8% -
XYZ 45.56 49.9 63.73 -
YUV 185.49 137.88 115.52 -
System Red Green Blue C M Y K H S L
Decimal 168 191 203 0.17 0.06 0 0.20 200.57 0.25 0.73
Hex A8 BF CB 11 6 0 14 C9 19 49
Octal 250 277 313 21 6 0 24 311 31 111
Binary 10101000 10111111 11001011 10001 110 0 10100 11001001 11001 1001001

Color Harmonies of #A8BFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BFCB

Black with #A8BFCB

Text Example


Text Example

White with #A8BFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BFCB; }

 p { color: rgb(168,191,203); }

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

background-color css

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

 a { background-color: rgb(168,191,203); }

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

border-color css

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

 span { border-color: rgb(168,191,203); }

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