Html Css Color HEX #B2ADDE Lavender Grey

📋 copy color: '#B2ADDE'

red 178 ◦ green 173 ◦ blue 222

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

Shades of Lavender Grey #B2ADDE

Tints of Lavender Grey #B2ADDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.74%

R = 31.06%
G = 30.19%
B = 38.74%

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

#B2ADDE (or 0xB2ADDE) is known color: Lavender Grey. HEX triplet: B2, AD and DE. RGB value is (178,173,222). Sum of RGB (Red+Green+Blue) = 178+173+222=573 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.06% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 222 - color contains mainly: blue. Hex color #B2ADDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ADDE is #4D5221. Grayscale: #B3B3B3. Windows color (decimal): -5067298 or 14593458. OLE color: 14593458.

HSL color Cylindrical-coordinate representation of color #B2ADDE: hue angle of 246.12º degrees, saturation: 0.43, 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 #B2ADDE is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 173 222 -
CMYK 0.20 0.22 0 0.13
HSL 246.12º 0.43% 0.77% -
HSV(B) 246.12º 0.22% 0.87% -
XYZ 46.49 44.63 75.27 -
YUV 180.08 151.66 126.52 -
System Red Green Blue C M Y K H S L
Decimal 178 173 222 0.20 0.22 0 0.13 246.12 0.43 0.77
Hex B2 AD DE 14 16 0 D F6 2B 4D
Octal 262 255 336 24 26 0 15 366 53 115
Binary 10110010 10101101 11011110 10100 10110 0 1101 11110110 101011 1001101

Color Harmonies of #B2ADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ADDE

Black with #B2ADDE

Text Example


Text Example

White with #B2ADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ADDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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