Html Css Color HEX #AFB8C1 Heather

📋 copy color: '#AFB8C1'

red 175 ◦ green 184 ◦ blue 193

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

Shades of Heather #AFB8C1

Tints of Heather #AFB8C1

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.33%

 BLUE value IS 193 (75.78% from 255) = 34.96%

R = 31.7%
G = 33.33%
B = 34.96%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AFB8C1 (or 0xAFB8C1) is known color: Heather. HEX triplet: AF, B8 and C1. RGB value is (175,184,193). Sum of RGB (Red+Green+Blue) = 175+184+193=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 184 (72.27% from 255 or 33.33% from 552); Blue value is 193 (75.78% from 255 or 34.96% from 552); Max value from RGB is 193 - color contains mainly: blue. Hex color #AFB8C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB8C1 is #50473E. Grayscale: #B6B6B6. Windows color (decimal): -5261119 or 12695727. OLE color: 12695727.

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

Color convert

RGB 175 184 193 -
CMYK 0.09 0.05 0 0.24
HSL 210º 0.13% 0.72% -
HSV(B) 210º 0.09% 0.76% -
XYZ 44.45 47.25 57.23 -
YUV 182.34 134.02 122.77 -
System Red Green Blue C M Y K H S L
Decimal 175 184 193 0.09 0.05 0 0.24 210 0.13 0.72
Hex AF B8 C1 9 5 0 18 D2 D 48
Octal 257 270 301 11 5 0 30 322 15 110
Binary 10101111 10111000 11000001 1001 101 0 11000 11010010 1101 1001000

Color Harmonies of #AFB8C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB8C1

Black with #AFB8C1

Text Example


Text Example

White with #AFB8C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB8C1; }

 p { color: rgb(175,184,193); }

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

background-color css

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

 a { background-color: rgb(175,184,193); }

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

border-color css

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

 span { border-color: rgb(175,184,193); }

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