Html Css Color HEX #A8BFCA Heather

📋 copy color: '#A8BFCA'

red 168 ◦ green 191 ◦ blue 202

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

Shades of Heather #A8BFCA

Tints of Heather #A8BFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.01%

R = 29.95%
G = 34.05%
B = 36.01%

CMYK

 C value IS 0.17

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A8BFCA (or 0xA8BFCA) is known color: Heather. HEX triplet: A8, BF and CA. RGB value is (168,191,202). Sum of RGB (Red+Green+Blue) = 168+191+202=561 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.95% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 202 - color contains mainly: blue. Hex color #A8BFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BFCA is #574035. Grayscale: #B9B9B9. Windows color (decimal): -5718070 or 13287336. OLE color: 13287336.

HSL color Cylindrical-coordinate representation of color #A8BFCA: hue angle of 199.41º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8BFCA is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 191 202 -
CMYK 0.17 0.05 0 0.21
HSL 199.41º 0.24% 0.73% -
HSV(B) 199.41º 0.17% 0.79% -
XYZ 45.44 49.85 63.1 -
YUV 185.38 137.38 115.61 -
System Red Green Blue C M Y K H S L
Decimal 168 191 202 0.17 0.05 0 0.21 199.41 0.24 0.73
Hex A8 BF CA 11 5 0 15 C7 18 49
Octal 250 277 312 21 5 0 25 307 30 111
Binary 10101000 10111111 11001010 10001 101 0 10101 11000111 11000 1001001

Color Harmonies of #A8BFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BFCA

Black with #A8BFCA

Text Example


Text Example

White with #A8BFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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