Html Css Color HEX #B0ACDD Lavender Grey

📋 copy color: '#B0ACDD'

red 176 ◦ green 172 ◦ blue 221

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

Shades of Lavender Grey #B0ACDD

Tints of Lavender Grey #B0ACDD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.23%

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

R = 30.93%
G = 30.23%
B = 38.84%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B0ACDD (or 0xB0ACDD) is known color: Lavender Grey. HEX triplet: B0, AC and DD. RGB value is (176,172,221). Sum of RGB (Red+Green+Blue) = 176+172+221=569 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.93% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #B0ACDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ACDD is #4F5322. Grayscale: #B2B2B2. Windows color (decimal): -5198627 or 14527664. OLE color: 14527664.

HSL color Cylindrical-coordinate representation of color #B0ACDD: hue angle of 244.9º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0ACDD is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 172 221 -
CMYK 0.20 0.22 0 0.13
HSL 244.9º 0.42% 0.77% -
HSV(B) 244.9º 0.22% 0.87% -
XYZ 45.71 43.96 74.48 -
YUV 178.78 151.83 126.02 -
System Red Green Blue C M Y K H S L
Decimal 176 172 221 0.20 0.22 0 0.13 244.9 0.42 0.77
Hex B0 AC DD 14 16 0 D F5 2A 4D
Octal 260 254 335 24 26 0 15 365 52 115
Binary 10110000 10101100 11011101 10100 10110 0 1101 11110101 101010 1001101

Color Harmonies of #B0ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ACDD

Black with #B0ACDD

Text Example


Text Example

White with #B0ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ACDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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