Html Css Color HEX #B9B3DF Lavender Grey

📋 copy color: '#B9B3DF'

red 185 ◦ green 179 ◦ blue 223

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

Shades of Lavender Grey #B9B3DF

Tints of Lavender Grey #B9B3DF

RGB

 RED value IS 185 (72.66% from 255) = 31.52%

 GREEN value IS 179 (70.31% from 255) = 30.49%

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

R = 31.52%
G = 30.49%
B = 37.99%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B9B3DF (or 0xB9B3DF) is known color: Lavender Grey. HEX triplet: B9, B3 and DF. RGB value is (185,179,223). Sum of RGB (Red+Green+Blue) = 185+179+223=587 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.52% from 587); Green value is 179 (70.31% from 255 or 30.49% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 223 - color contains mainly: blue. Hex color #B9B3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B3DF is #464C20. Grayscale: #B9B9B9. Windows color (decimal): -4607009 or 14660537. OLE color: 14660537.

HSL color Cylindrical-coordinate representation of color #B9B3DF: hue angle of 248.18º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9B3DF is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 179 223 -
CMYK 0.17 0.20 0 0.13
HSL 248.18º 0.41% 0.79% -
HSV(B) 248.18º 0.2% 0.87% -
XYZ 49.45 47.88 76.45 -
YUV 185.81 148.99 127.42 -
System Red Green Blue C M Y K H S L
Decimal 185 179 223 0.17 0.20 0 0.13 248.18 0.41 0.79
Hex B9 B3 DF 11 14 0 D F8 29 4F
Octal 271 263 337 21 24 0 15 370 51 117
Binary 10111001 10110011 11011111 10001 10100 0 1101 11111000 101001 1001111

Color Harmonies of #B9B3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B3DF

Black with #B9B3DF

Text Example


Text Example

White with #B9B3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B3DF; }

 p { color: rgb(185,179,223); }

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

background-color css

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

 a { background-color: rgb(185,179,223); }

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

border-color css

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

 span { border-color: rgb(185,179,223); }

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