Html Css Color HEX #AFBDC2 Heather

📋 copy color: '#AFBDC2'

red 175 ◦ green 189 ◦ blue 194

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

Shades of Heather #AFBDC2

Tints of Heather #AFBDC2

RGB

 RED value IS 175 (68.75% from 255) = 31.36%

 GREEN value IS 189 (74.22% from 255) = 33.87%

 BLUE value IS 194 (76.17% from 255) = 34.77%

R = 31.36%
G = 33.87%
B = 34.77%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AFBDC2 (or 0xAFBDC2) is known color: Heather. HEX triplet: AF, BD and C2. RGB value is (175,189,194). Sum of RGB (Red+Green+Blue) = 175+189+194=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 189 (74.22% from 255 or 33.87% from 558); Blue value is 194 (76.17% from 255 or 34.77% from 558); Max value from RGB is 194 - color contains mainly: blue. Hex color #AFBDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDC2 is #50423D. Grayscale: #B9B9B9. Windows color (decimal): -5259838 or 12762543. OLE color: 12762543.

HSL color Cylindrical-coordinate representation of color #AFBDC2: hue angle of 195.79º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFBDC2 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 189 194 -
CMYK 0.10 0.03 0 0.24
HSL 195.79º 0.13% 0.72% -
HSV(B) 195.79º 0.1% 0.76% -
XYZ 45.61 49.4 58.17 -
YUV 185.38 132.86 120.59 -
System Red Green Blue C M Y K H S L
Decimal 175 189 194 0.10 0.03 0 0.24 195.79 0.13 0.72
Hex AF BD C2 A 3 0 18 C4 D 48
Octal 257 275 302 12 3 0 30 304 15 110
Binary 10101111 10111101 11000010 1010 11 0 11000 11000100 1101 1001000

Color Harmonies of #AFBDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBDC2

Black with #AFBDC2

Text Example


Text Example

White with #AFBDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBDC2; }

 p { color: rgb(175,189,194); }

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

background-color css

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

 a { background-color: rgb(175,189,194); }

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

border-color css

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

 span { border-color: rgb(175,189,194); }

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