Html Css Color HEX #B1ADDE Lavender Grey

📋 copy color: '#B1ADDE'

red 177 ◦ green 173 ◦ blue 222

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

Shades of Lavender Grey #B1ADDE

Tints of Lavender Grey #B1ADDE

RGB

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

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

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

R = 30.94%
G = 30.24%
B = 38.81%

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

#B1ADDE (or 0xB1ADDE) is known color: Lavender Grey. HEX triplet: B1, AD and DE. RGB value is (177,173,222). Sum of RGB (Red+Green+Blue) = 177+173+222=572 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.94% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 222 (87.11% from 255 or 38.81% from 572); Max value from RGB is 222 - color contains mainly: blue. Hex color #B1ADDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ADDE is #4E5221. Grayscale: #B3B3B3. Windows color (decimal): -5132834 or 14593457. OLE color: 14593457.

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

Color convert

RGB 177 173 222 -
CMYK 0.20 0.22 0 0.13
HSL 244.9º 0.43% 0.77% -
HSV(B) 244.9º 0.22% 0.87% -
XYZ 46.26 44.51 75.26 -
YUV 179.78 151.83 126.02 -
System Red Green Blue C M Y K H S L
Decimal 177 173 222 0.20 0.22 0 0.13 244.9 0.43 0.77
Hex B1 AD DE 14 16 0 D F5 2B 4D
Octal 261 255 336 24 26 0 15 365 53 115
Binary 10110001 10101101 11011110 10100 10110 0 1101 11110101 101011 1001101

Color Harmonies of #B1ADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ADDE

Black with #B1ADDE

Text Example


Text Example

White with #B1ADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ADDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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