Html Css Color HEX #B2AAF1 Lavender Grey

📋 copy color: '#B2AAF1'

red 178 ◦ green 170 ◦ blue 241

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

Shades of Lavender Grey #B2AAF1

Tints of Lavender Grey #B2AAF1

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.86%

 BLUE value IS 241 (94.53% from 255) = 40.92%

R = 30.22%
G = 28.86%
B = 40.92%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B2AAF1 (or 0xB2AAF1) is known color: Lavender Grey. HEX triplet: B2, AA and F1. RGB value is (178,170,241). Sum of RGB (Red+Green+Blue) = 178+170+241=589 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.22% from 589); Green value is 170 (66.80% from 255 or 28.86% from 589); Blue value is 241 (94.53% from 255 or 40.92% from 589); Max value from RGB is 241 - color contains mainly: blue. Hex color #B2AAF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2AAF1 is #4D550E. Grayscale: #B4B4B4. Windows color (decimal): -5068047 or 15837874. OLE color: 15837874.

HSL color Cylindrical-coordinate representation of color #B2AAF1: hue angle of 246.76º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2AAF1 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 178 170 241 -
CMYK 0.26 0.29 0 0.05
HSL 246.76º 0.72% 0.81% -
HSV(B) 246.76º 0.29% 0.95% -
XYZ 48.61 44.57 89.26 -
YUV 180.49 162.15 126.23 -
System Red Green Blue C M Y K H S L
Decimal 178 170 241 0.26 0.29 0 0.05 246.76 0.72 0.81
Hex B2 AA F1 1A 1D 0 5 F7 48 51
Octal 262 252 361 32 35 0 5 367 110 121
Binary 10110010 10101010 11110001 11010 11101 0 101 11110111 1001000 1010001

Color Harmonies of #B2AAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AAF1

Black with #B2AAF1

Text Example


Text Example

White with #B2AAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AAF1; }

 p { color: rgb(178,170,241); }

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

background-color css

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

 a { background-color: rgb(178,170,241); }

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

border-color css

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

 span { border-color: rgb(178,170,241); }

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