Html Css Color HEX #B2AFDD Lavender Grey

📋 copy color: '#B2AFDD'

red 178 ◦ green 175 ◦ blue 221

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

Shades of Lavender Grey #B2AFDD

Tints of Lavender Grey #B2AFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.5%

R = 31.01%
G = 30.49%
B = 38.5%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B2AFDD (or 0xB2AFDD) is known color: Lavender Grey. HEX triplet: B2, AF and DD. RGB value is (178,175,221). Sum of RGB (Red+Green+Blue) = 178+175+221=574 (76% of max value = 765). Red value is 178 (69.92% from 255 or 31.01% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #B2AFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AFDD is #4D5022. Grayscale: #B4B4B4. Windows color (decimal): -5066787 or 14528434. OLE color: 14528434.

HSL color Cylindrical-coordinate representation of color #B2AFDD: hue angle of 243.91º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2AFDD is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 175 221 -
CMYK 0.19 0.21 0 0.13
HSL 243.91º 0.4% 0.78% -
HSV(B) 243.91º 0.21% 0.87% -
XYZ 46.74 45.35 74.7 -
YUV 181.14 150.49 125.76 -
System Red Green Blue C M Y K H S L
Decimal 178 175 221 0.19 0.21 0 0.13 243.91 0.4 0.78
Hex B2 AF DD 13 15 0 D F4 28 4E
Octal 262 257 335 23 25 0 15 364 50 116
Binary 10110010 10101111 11011101 10011 10101 0 1101 11110100 101000 1001110

Color Harmonies of #B2AFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AFDD

Black with #B2AFDD

Text Example


Text Example

White with #B2AFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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