Html Css Color HEX #B2ADE1 Lavender Grey

📋 copy color: '#B2ADE1'

red 178 ◦ green 173 ◦ blue 225

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

Shades of Lavender Grey #B2ADE1

Tints of Lavender Grey #B2ADE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 39.06%

R = 30.9%
G = 30.03%
B = 39.06%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B2ADE1 (or 0xB2ADE1) is known color: Lavender Grey. HEX triplet: B2, AD and E1. RGB value is (178,173,225). Sum of RGB (Red+Green+Blue) = 178+173+225=576 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.90% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 225 (88.28% from 255 or 39.06% from 576); Max value from RGB is 225 - color contains mainly: blue. Hex color #B2ADE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ADE1 is #4D521E. Grayscale: #B4B4B4. Windows color (decimal): -5067295 or 14790066. OLE color: 14790066.

HSL color Cylindrical-coordinate representation of color #B2ADE1: hue angle of 245.77º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2ADE1 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 178 173 225 -
CMYK 0.21 0.23 0 0.12
HSL 245.77º 0.46% 0.78% -
HSV(B) 245.77º 0.23% 0.88% -
XYZ 46.89 44.79 77.41 -
YUV 180.42 153.16 126.27 -
System Red Green Blue C M Y K H S L
Decimal 178 173 225 0.21 0.23 0 0.12 245.77 0.46 0.78
Hex B2 AD E1 15 17 0 C F6 2E 4E
Octal 262 255 341 25 27 0 14 366 56 116
Binary 10110010 10101101 11100001 10101 10111 0 1100 11110110 101110 1001110

Color Harmonies of #B2ADE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ADE1

Black with #B2ADE1

Text Example


Text Example

White with #B2ADE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ADE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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