Html Css Color HEX #AFBBC8 Heather

📋 copy color: '#AFBBC8'

red 175 ◦ green 187 ◦ blue 200

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

Shades of Heather #AFBBC8

Tints of Heather #AFBBC8

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.27%

 BLUE value IS 200 (78.52% from 255) = 35.59%

R = 31.14%
G = 33.27%
B = 35.59%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AFBBC8 (or 0xAFBBC8) is known color: Heather. HEX triplet: AF, BB and C8. RGB value is (175,187,200). Sum of RGB (Red+Green+Blue) = 175+187+200=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 200 (78.52% from 255 or 35.59% from 562); Max value from RGB is 200 - color contains mainly: blue. Hex color #AFBBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBBC8 is #504437. Grayscale: #B8B8B8. Windows color (decimal): -5260344 or 13155247. OLE color: 13155247.

HSL color Cylindrical-coordinate representation of color #AFBBC8: hue angle of 211.2º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFBBC8 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 187 200 -
CMYK 0.12 0.06 0 0.22
HSL 211.2º 0.19% 0.74% -
HSV(B) 211.2º 0.13% 0.78% -
XYZ 45.87 48.82 61.65 -
YUV 184.89 136.52 120.94 -
System Red Green Blue C M Y K H S L
Decimal 175 187 200 0.12 0.06 0 0.22 211.2 0.19 0.74
Hex AF BB C8 C 6 0 16 D3 13 4A
Octal 257 273 310 14 6 0 26 323 23 112
Binary 10101111 10111011 11001000 1100 110 0 10110 11010011 10011 1001010

Color Harmonies of #AFBBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBBC8

Black with #AFBBC8

Text Example


Text Example

White with #AFBBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBBC8; }

 p { color: rgb(175,187,200); }

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

background-color css

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

 a { background-color: rgb(175,187,200); }

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

border-color css

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

 span { border-color: rgb(175,187,200); }

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