Html Css Color HEX #B2A9EC Lavender Grey

📋 copy color: '#B2A9EC'

red 178 ◦ green 169 ◦ blue 236

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

Shades of Lavender Grey #B2A9EC

Tints of Lavender Grey #B2A9EC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.99%

 BLUE value IS 236 (92.58% from 255) = 40.48%

R = 30.53%
G = 28.99%
B = 40.48%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B2A9EC (or 0xB2A9EC) is known color: Lavender Grey. HEX triplet: B2, A9 and EC. RGB value is (178,169,236). Sum of RGB (Red+Green+Blue) = 178+169+236=583 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.53% from 583); Green value is 169 (66.41% from 255 or 28.99% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 236 - color contains mainly: blue. Hex color #B2A9EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2A9EC is #4D5613. Grayscale: #B3B3B3. Windows color (decimal): -5068308 or 15509938. OLE color: 15509938.

HSL color Cylindrical-coordinate representation of color #B2A9EC: hue angle of 248.06º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2A9EC is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 169 236 -
CMYK 0.25 0.28 0 0.07
HSL 248.06º 0.64% 0.79% -
HSV(B) 248.06º 0.28% 0.93% -
XYZ 47.69 43.9 85.32 -
YUV 179.33 159.98 127.05 -
System Red Green Blue C M Y K H S L
Decimal 178 169 236 0.25 0.28 0 0.07 248.06 0.64 0.79
Hex B2 A9 EC 19 1C 0 7 F8 40 4F
Octal 262 251 354 31 34 0 7 370 100 117
Binary 10110010 10101001 11101100 11001 11100 0 111 11111000 1000000 1001111

Color Harmonies of #B2A9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A9EC

Black with #B2A9EC

Text Example


Text Example

White with #B2A9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A9EC; }

 p { color: rgb(178,169,236); }

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

background-color css

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

 a { background-color: rgb(178,169,236); }

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

border-color css

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

 span { border-color: rgb(178,169,236); }

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