Html Css Color HEX #B2ACDB Lavender Grey

📋 copy color: '#B2ACDB'

red 178 ◦ green 172 ◦ blue 219

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

Shades of Lavender Grey #B2ACDB

Tints of Lavender Grey #B2ACDB

RGB

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

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

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

R = 31.28%
G = 30.23%
B = 38.49%

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

#B2ACDB (or 0xB2ACDB) is known color: Lavender Grey. HEX triplet: B2, AC and DB. RGB value is (178,172,219). Sum of RGB (Red+Green+Blue) = 178+172+219=569 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.28% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #B2ACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ACDB is #4D5324. Grayscale: #B2B2B2. Windows color (decimal): -5067557 or 14396594. OLE color: 14396594.

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

Color convert

RGB 178 172 219 -
CMYK 0.19 0.21 0 0.14
HSL 247.66º 0.39% 0.77% -
HSV(B) 247.66º 0.21% 0.86% -
XYZ 45.9 44.08 73.11 -
YUV 179.15 150.49 127.18 -
System Red Green Blue C M Y K H S L
Decimal 178 172 219 0.19 0.21 0 0.14 247.66 0.39 0.77
Hex B2 AC DB 13 15 0 E F8 27 4D
Octal 262 254 333 23 25 0 16 370 47 115
Binary 10110010 10101100 11011011 10011 10101 0 1110 11111000 100111 1001101

Color Harmonies of #B2ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ACDB

Black with #B2ACDB

Text Example


Text Example

White with #B2ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ACDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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