Html Css Color HEX #B1A8DC Lavender Grey

📋 copy color: '#B1A8DC'

red 177 ◦ green 168 ◦ blue 220

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

Shades of Lavender Grey #B1A8DC

Tints of Lavender Grey #B1A8DC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.73%

 BLUE value IS 220 (86.33% from 255) = 38.94%

R = 31.33%
G = 29.73%
B = 38.94%

CMYK

 C value IS 0.20

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B1A8DC (or 0xB1A8DC) is known color: Lavender Grey. HEX triplet: B1, A8 and DC. RGB value is (177,168,220). Sum of RGB (Red+Green+Blue) = 177+168+220=565 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.33% from 565); Green value is 168 (66.02% from 255 or 29.73% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #B1A8DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A8DC is #4E5723. Grayscale: #B0B0B0. Windows color (decimal): -5134116 or 14461105. OLE color: 14461105.

HSL color Cylindrical-coordinate representation of color #B1A8DC: hue angle of 250.38º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1A8DC is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 168 220 -
CMYK 0.20 0.24 0 0.14
HSL 250.38º 0.43% 0.76% -
HSV(B) 250.38º 0.24% 0.86% -
XYZ 45.05 42.52 73.54 -
YUV 176.62 152.48 128.27 -
System Red Green Blue C M Y K H S L
Decimal 177 168 220 0.20 0.24 0 0.14 250.38 0.43 0.76
Hex B1 A8 DC 14 18 0 E FA 2B 4C
Octal 261 250 334 24 30 0 16 372 53 114
Binary 10110001 10101000 11011100 10100 11000 0 1110 11111010 101011 1001100

Color Harmonies of #B1A8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A8DC

Black with #B1A8DC

Text Example


Text Example

White with #B1A8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A8DC; }

 p { color: rgb(177,168,220); }

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

background-color css

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

 a { background-color: rgb(177,168,220); }

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

border-color css

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

 span { border-color: rgb(177,168,220); }

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