Html Css Color HEX #B2AFDC Lavender Grey

📋 copy color: '#B2AFDC'

red 178 ◦ green 175 ◦ blue 220

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

Shades of Lavender Grey #B2AFDC

Tints of Lavender Grey #B2AFDC

RGB

 RED value IS 178 (69.92% from 255) = 31.06%

 GREEN value IS 175 (68.75% from 255) = 30.54%

 BLUE value IS 220 (86.33% from 255) = 38.39%

R = 31.06%
G = 30.54%
B = 38.39%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B2AFDC (or 0xB2AFDC) is known color: Lavender Grey. HEX triplet: B2, AF and DC. RGB value is (178,175,220). Sum of RGB (Red+Green+Blue) = 178+175+220=573 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.06% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #B2AFDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AFDC is #4D5023. Grayscale: #B4B4B4. Windows color (decimal): -5066788 or 14462898. OLE color: 14462898.

HSL color Cylindrical-coordinate representation of color #B2AFDC: hue angle of 244º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2AFDC is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 175 220 -
CMYK 0.19 0.20 0 0.14
HSL 244º 0.39% 0.77% -
HSV(B) 244º 0.2% 0.86% -
XYZ 46.61 45.29 74 -
YUV 181.03 149.99 125.84 -
System Red Green Blue C M Y K H S L
Decimal 178 175 220 0.19 0.20 0 0.14 244 0.39 0.77
Hex B2 AF DC 13 14 0 E F4 27 4D
Octal 262 257 334 23 24 0 16 364 47 115
Binary 10110010 10101111 11011100 10011 10100 0 1110 11110100 100111 1001101

Color Harmonies of #B2AFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AFDC

Black with #B2AFDC

Text Example


Text Example

White with #B2AFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AFDC; }

 p { color: rgb(178,175,220); }

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

background-color css

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

 a { background-color: rgb(178,175,220); }

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

border-color css

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

 span { border-color: rgb(178,175,220); }

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