Html Css Color HEX #AFBEC1 Heather

📋 copy color: '#AFBEC1'

red 175 ◦ green 190 ◦ blue 193

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

Shades of Heather #AFBEC1

Tints of Heather #AFBEC1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.05%

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

R = 31.36%
G = 34.05%
B = 34.59%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AFBEC1 (or 0xAFBEC1) is known color: Heather. HEX triplet: AF, BE and C1. RGB value is (175,190,193). Sum of RGB (Red+Green+Blue) = 175+190+193=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 190 (74.61% from 255 or 34.05% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 193 - color contains mainly: blue. Hex color #AFBEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBEC1 is #50413E. Grayscale: #B9B9B9. Windows color (decimal): -5259583 or 12697263. OLE color: 12697263.

HSL color Cylindrical-coordinate representation of color #AFBEC1: hue angle of 190º 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 #AFBEC1 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 190 193 -
CMYK 0.09 0.02 0 0.24
HSL 190º 0.13% 0.72% -
HSV(B) 190º 0.09% 0.76% -
XYZ 45.72 49.79 57.65 -
YUV 185.86 132.03 120.26 -
System Red Green Blue C M Y K H S L
Decimal 175 190 193 0.09 0.02 0 0.24 190 0.13 0.72
Hex AF BE C1 9 2 0 18 BE D 48
Octal 257 276 301 11 2 0 30 276 15 110
Binary 10101111 10111110 11000001 1001 10 0 11000 10111110 1101 1001000

Color Harmonies of #AFBEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBEC1

Black with #AFBEC1

Text Example


Text Example

White with #AFBEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBEC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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