Html Css Color HEX #A7C2CB Heather

📋 copy color: '#A7C2CB'

red 167 ◦ green 194 ◦ blue 203

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

Shades of Heather #A7C2CB

Tints of Heather #A7C2CB

RGB

 RED value IS 167 (65.63% from 255) = 29.61%

 GREEN value IS 194 (76.17% from 255) = 34.4%

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

R = 29.61%
G = 34.4%
B = 35.99%

CMYK

 C value IS 0.18

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A7C2CB (or 0xA7C2CB) is known color: Heather. HEX triplet: A7, C2 and CB. RGB value is (167,194,203). Sum of RGB (Red+Green+Blue) = 167+194+203=564 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.61% from 564); Green value is 194 (76.17% from 255 or 34.40% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 203 - color contains mainly: blue. Hex color #A7C2CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7C2CB is #583D34. Grayscale: #BABABA. Windows color (decimal): -5782837 or 13353639. OLE color: 13353639.

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

Color convert

RGB 167 194 203 -
CMYK 0.18 0.04 0 0.20
HSL 195º 0.26% 0.73% -
HSV(B) 195º 0.18% 0.8% -
XYZ 46.01 51.11 63.94 -
YUV 186.95 137.05 113.77 -
System Red Green Blue C M Y K H S L
Decimal 167 194 203 0.18 0.04 0 0.20 195 0.26 0.73
Hex A7 C2 CB 12 4 0 14 C3 1A 49
Octal 247 302 313 22 4 0 24 303 32 111
Binary 10100111 11000010 11001011 10010 100 0 10100 11000011 11010 1001001

Color Harmonies of #A7C2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C2CB

Black with #A7C2CB

Text Example


Text Example

White with #A7C2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C2CB; }

 p { color: rgb(167,194,203); }

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

background-color css

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

 a { background-color: rgb(167,194,203); }

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

border-color css

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

 span { border-color: rgb(167,194,203); }

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