Html Css Color HEX #AFBDC8 Heather

📋 copy color: '#AFBDC8'

red 175 ◦ green 189 ◦ blue 200

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

Shades of Heather #AFBDC8

Tints of Heather #AFBDC8

RGB

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

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

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

R = 31.03%
G = 33.51%
B = 35.46%

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

#AFBDC8 (or 0xAFBDC8) is known color: Heather. HEX triplet: AF, BD and C8. RGB value is (175,189,200). Sum of RGB (Red+Green+Blue) = 175+189+200=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 200 (78.52% from 255 or 35.46% from 564); Max value from RGB is 200 - color contains mainly: blue. Hex color #AFBDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDC8 is #504237. Grayscale: #BABABA. Windows color (decimal): -5259832 or 13155759. OLE color: 13155759.

HSL color Cylindrical-coordinate representation of color #AFBDC8: hue angle of 206.4º 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 #AFBDC8 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 189 200 -
CMYK 0.12 0.06 0 0.22
HSL 206.4º 0.19% 0.74% -
HSV(B) 206.4º 0.13% 0.78% -
XYZ 46.3 49.68 61.79 -
YUV 186.07 135.86 120.11 -
System Red Green Blue C M Y K H S L
Decimal 175 189 200 0.12 0.06 0 0.22 206.4 0.19 0.74
Hex AF BD C8 C 6 0 16 CE 13 4A
Octal 257 275 310 14 6 0 26 316 23 112
Binary 10101111 10111101 11001000 1100 110 0 10110 11001110 10011 1001010

Color Harmonies of #AFBDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBDC8

Black with #AFBDC8

Text Example


Text Example

White with #AFBDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBDC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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