Html Css Color HEX #B1ACDB Lavender Grey

📋 copy color: '#B1ACDB'

red 177 ◦ green 172 ◦ blue 219

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

Shades of Lavender Grey #B1ACDB

Tints of Lavender Grey #B1ACDB

RGB

 RED value IS 177 (69.53% from 255) = 31.16%

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

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

R = 31.16%
G = 30.28%
B = 38.56%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B1ACDB (or 0xB1ACDB) is known color: Lavender Grey. HEX triplet: B1, AC and DB. RGB value is (177,172,219). Sum of RGB (Red+Green+Blue) = 177+172+219=568 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.16% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #B1ACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ACDB is #4E5324. Grayscale: #B2B2B2. Windows color (decimal): -5133093 or 14396593. OLE color: 14396593.

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

Color convert

RGB 177 172 219 -
CMYK 0.19 0.21 0 0.14
HSL 246.38º 0.39% 0.77% -
HSV(B) 246.38º 0.21% 0.86% -
XYZ 45.67 43.97 73.1 -
YUV 178.85 150.66 126.68 -
System Red Green Blue C M Y K H S L
Decimal 177 172 219 0.19 0.21 0 0.14 246.38 0.39 0.77
Hex B1 AC DB 13 15 0 E F6 27 4D
Octal 261 254 333 23 25 0 16 366 47 115
Binary 10110001 10101100 11011011 10011 10101 0 1110 11110110 100111 1001101

Color Harmonies of #B1ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ACDB

Black with #B1ACDB

Text Example


Text Example

White with #B1ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ACDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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