Html Css Color HEX #B4B1DF Lavender Grey

📋 copy color: '#B4B1DF'

red 180 ◦ green 177 ◦ blue 223

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

Shades of Lavender Grey #B4B1DF

Tints of Lavender Grey #B4B1DF

RGB

 RED value IS 180 (70.7% from 255) = 31.03%

 GREEN value IS 177 (69.53% from 255) = 30.52%

 BLUE value IS 223 (87.5% from 255) = 38.45%

R = 31.03%
G = 30.52%
B = 38.45%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B4B1DF (or 0xB4B1DF) is known color: Lavender Grey. HEX triplet: B4, B1 and DF. RGB value is (180,177,223). Sum of RGB (Red+Green+Blue) = 180+177+223=580 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.03% from 580); Green value is 177 (69.53% from 255 or 30.52% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 223 - color contains mainly: blue. Hex color #B4B1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4B1DF is #4B4E20. Grayscale: #B6B6B6. Windows color (decimal): -4935201 or 14660020. OLE color: 14660020.

HSL color Cylindrical-coordinate representation of color #B4B1DF: hue angle of 243.91º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4B1DF is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 177 223 -
CMYK 0.19 0.21 0 0.13
HSL 243.91º 0.42% 0.78% -
HSV(B) 243.91º 0.21% 0.87% -
XYZ 47.86 46.48 76.26 -
YUV 183.14 150.49 125.76 -
System Red Green Blue C M Y K H S L
Decimal 180 177 223 0.19 0.21 0 0.13 243.91 0.42 0.78
Hex B4 B1 DF 13 15 0 D F4 2A 4E
Octal 264 261 337 23 25 0 15 364 52 116
Binary 10110100 10110001 11011111 10011 10101 0 1101 11110100 101010 1001110

Color Harmonies of #B4B1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B1DF

Black with #B4B1DF

Text Example


Text Example

White with #B4B1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B1DF; }

 p { color: rgb(180,177,223); }

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

background-color css

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

 a { background-color: rgb(180,177,223); }

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

border-color css

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

 span { border-color: rgb(180,177,223); }

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