Html Css Color HEX #B2ADD5 Lavender Grey

📋 copy color: '#B2ADD5'

red 178 ◦ green 173 ◦ blue 213

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

Shades of Lavender Grey #B2ADD5

Tints of Lavender Grey #B2ADD5

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.67%

 BLUE value IS 213 (83.59% from 255) = 37.77%

R = 31.56%
G = 30.67%
B = 37.77%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B2ADD5 (or 0xB2ADD5) is known color: Lavender Grey. HEX triplet: B2, AD and D5. RGB value is (178,173,213). Sum of RGB (Red+Green+Blue) = 178+173+213=564 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.56% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 213 (83.59% from 255 or 37.77% from 564); Max value from RGB is 213 - color contains mainly: blue. Hex color #B2ADD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ADD5 is #4D522A. Grayscale: #B2B2B2. Windows color (decimal): -5067307 or 14003634. OLE color: 14003634.

HSL color Cylindrical-coordinate representation of color #B2ADD5: hue angle of 247.5º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2ADD5 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 173 213 -
CMYK 0.16 0.19 0 0.16
HSL 247.5º 0.32% 0.76% -
HSV(B) 247.5º 0.19% 0.84% -
XYZ 45.31 44.16 69.09 -
YUV 179.06 147.16 127.25 -
System Red Green Blue C M Y K H S L
Decimal 178 173 213 0.16 0.19 0 0.16 247.5 0.32 0.76
Hex B2 AD D5 10 13 0 10 F8 20 4C
Octal 262 255 325 20 23 0 20 370 40 114
Binary 10110010 10101101 11010101 10000 10011 0 10000 11111000 100000 1001100

Color Harmonies of #B2ADD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ADD5

Black with #B2ADD5

Text Example


Text Example

White with #B2ADD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ADD5; }

 p { color: rgb(178,173,213); }

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

background-color css

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

 a { background-color: rgb(178,173,213); }

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

border-color css

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

 span { border-color: rgb(178,173,213); }

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