Html Css Color HEX #B0ACDB Lavender Grey

📋 copy color: '#B0ACDB'

red 176 ◦ green 172 ◦ blue 219

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

Shades of Lavender Grey #B0ACDB

Tints of Lavender Grey #B0ACDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.62%

R = 31.04%
G = 30.34%
B = 38.62%

CMYK

 C value IS 0.20

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B0ACDB (or 0xB0ACDB) is known color: Lavender Grey. HEX triplet: B0, AC and DB. RGB value is (176,172,219). Sum of RGB (Red+Green+Blue) = 176+172+219=567 (75% of max value = 765). Red value is 176 (69.14% from 255 or 31.04% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #B0ACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ACDB is #4F5324. Grayscale: #B2B2B2. Windows color (decimal): -5198629 or 14396592. OLE color: 14396592.

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

Color convert

RGB 176 172 219 -
CMYK 0.20 0.21 0 0.14
HSL 245.11º 0.39% 0.77% -
HSV(B) 245.11º 0.21% 0.86% -
XYZ 45.44 43.85 73.09 -
YUV 178.55 150.83 126.18 -
System Red Green Blue C M Y K H S L
Decimal 176 172 219 0.20 0.21 0 0.14 245.11 0.39 0.77
Hex B0 AC DB 14 15 0 E F5 27 4D
Octal 260 254 333 24 25 0 16 365 47 115
Binary 10110000 10101100 11011011 10100 10101 0 1110 11110101 100111 1001101

Color Harmonies of #B0ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ACDB

Black with #B0ACDB

Text Example


Text Example

White with #B0ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ACDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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