Html Css Color HEX #AFB0CE Lavender Grey

📋 copy color: '#AFB0CE'

red 175 ◦ green 176 ◦ blue 206

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

Shades of Lavender Grey #AFB0CE

Tints of Lavender Grey #AFB0CE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.6%

 BLUE value IS 206 (80.86% from 255) = 36.98%

R = 31.42%
G = 31.6%
B = 36.98%

CMYK

 C value IS 0.15

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AFB0CE (or 0xAFB0CE) is known color: Lavender Grey. HEX triplet: AF, B0 and CE. RGB value is (175,176,206). Sum of RGB (Red+Green+Blue) = 175+176+206=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 176 (69.14% from 255 or 31.60% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 206 - color contains mainly: blue. Hex color #AFB0CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB0CE is #504F31. Grayscale: #B2B2B2. Windows color (decimal): -5263154 or 13545647. OLE color: 13545647.

HSL color Cylindrical-coordinate representation of color #AFB0CE: hue angle of 238.06º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFB0CE is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 176 206 -
CMYK 0.15 0.15 0 0.19
HSL 238.06º 0.24% 0.75% -
HSV(B) 238.06º 0.15% 0.81% -
XYZ 44.35 44.62 64.67 -
YUV 179.12 143.17 125.06 -
System Red Green Blue C M Y K H S L
Decimal 175 176 206 0.15 0.15 0 0.19 238.06 0.24 0.75
Hex AF B0 CE F F 0 13 EE 18 4B
Octal 257 260 316 17 17 0 23 356 30 113
Binary 10101111 10110000 11001110 1111 1111 0 10011 11101110 11000 1001011

Color Harmonies of #AFB0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB0CE

Black with #AFB0CE

Text Example


Text Example

White with #AFB0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB0CE; }

 p { color: rgb(175,176,206); }

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

background-color css

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

 a { background-color: rgb(175,176,206); }

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

border-color css

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

 span { border-color: rgb(175,176,206); }

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