Html Css Color HEX #B0AFDD Lavender Grey

📋 copy color: '#B0AFDD'

red 176 ◦ green 175 ◦ blue 221

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

Shades of Lavender Grey #B0AFDD

Tints of Lavender Grey #B0AFDD

RGB

 RED value IS 176 (69.14% from 255) = 30.77%

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

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

R = 30.77%
G = 30.59%
B = 38.64%

CMYK

 C value IS 0.20

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B0AFDD (or 0xB0AFDD) is known color: Lavender Grey. HEX triplet: B0, AF and DD. RGB value is (176,175,221). Sum of RGB (Red+Green+Blue) = 176+175+221=572 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.77% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #B0AFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AFDD is #4F5022. Grayscale: #B4B4B4. Windows color (decimal): -5197859 or 14528432. OLE color: 14528432.

HSL color Cylindrical-coordinate representation of color #B0AFDD: hue angle of 241.3º 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 #B0AFDD is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 175 221 -
CMYK 0.20 0.21 0 0.13
HSL 241.3º 0.4% 0.78% -
HSV(B) 241.3º 0.21% 0.87% -
XYZ 46.29 45.11 74.67 -
YUV 180.54 150.83 124.76 -
System Red Green Blue C M Y K H S L
Decimal 176 175 221 0.20 0.21 0 0.13 241.3 0.4 0.78
Hex B0 AF DD 14 15 0 D F1 28 4E
Octal 260 257 335 24 25 0 15 361 50 116
Binary 10110000 10101111 11011101 10100 10101 0 1101 11110001 101000 1001110

Color Harmonies of #B0AFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AFDD

Black with #B0AFDD

Text Example


Text Example

White with #B0AFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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