Html Css Color HEX #B2A9DA Lavender Grey

📋 copy color: '#B2A9DA'

red 178 ◦ green 169 ◦ blue 218

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

Shades of Lavender Grey #B2A9DA

Tints of Lavender Grey #B2A9DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.58%

R = 31.5%
G = 29.91%
B = 38.58%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B2A9DA (or 0xB2A9DA) is known color: Lavender Grey. HEX triplet: B2, A9 and DA. RGB value is (178,169,218). Sum of RGB (Red+Green+Blue) = 178+169+218=565 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.50% from 565); Green value is 169 (66.41% from 255 or 29.91% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #B2A9DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A9DA is #4D5625. Grayscale: #B1B1B1. Windows color (decimal): -5068326 or 14330290. OLE color: 14330290.

HSL color Cylindrical-coordinate representation of color #B2A9DA: hue angle of 251.02º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2A9DA is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 169 218 -
CMYK 0.18 0.22 0 0.15
HSL 251.02º 0.4% 0.76% -
HSV(B) 251.02º 0.22% 0.85% -
XYZ 45.2 42.9 72.23 -
YUV 177.28 150.98 128.52 -
System Red Green Blue C M Y K H S L
Decimal 178 169 218 0.18 0.22 0 0.15 251.02 0.4 0.76
Hex B2 A9 DA 12 16 0 F FB 28 4C
Octal 262 251 332 22 26 0 17 373 50 114
Binary 10110010 10101001 11011010 10010 10110 0 1111 11111011 101000 1001100

Color Harmonies of #B2A9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A9DA

Black with #B2A9DA

Text Example


Text Example

White with #B2A9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A9DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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