Html Css Color HEX #B9B9DF Lavender Grey

📋 copy color: '#B9B9DF'

red 185 ◦ green 185 ◦ blue 223

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

Shades of Lavender Grey #B9B9DF

Tints of Lavender Grey #B9B9DF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.2%

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

R = 31.2%
G = 31.2%
B = 37.61%

CMYK

 C value IS 0.17

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B9B9DF (or 0xB9B9DF) is known color: Lavender Grey. HEX triplet: B9, B9 and DF. RGB value is (185,185,223). Sum of RGB (Red+Green+Blue) = 185+185+223=593 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.20% from 593); Green value is 185 (72.66% from 255 or 31.20% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #B9B9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B9DF is #464620. Grayscale: #BDBDBD. Windows color (decimal): -4605473 or 14662073. OLE color: 14662073.

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

Color convert

RGB 185 185 223 -
CMYK 0.17 0.17 0 0.13
HSL 240º 0.37% 0.8% -
HSV(B) 240º 0.17% 0.87% -
XYZ 50.68 50.34 76.86 -
YUV 189.33 147 124.91 -
System Red Green Blue C M Y K H S L
Decimal 185 185 223 0.17 0.17 0 0.13 240 0.37 0.8
Hex B9 B9 DF 11 11 0 D F0 25 50
Octal 271 271 337 21 21 0 15 360 45 120
Binary 10111001 10111001 11011111 10001 10001 0 1101 11110000 100101 1010000

Color Harmonies of #B9B9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B9DF

Black with #B9B9DF

Text Example


Text Example

White with #B9B9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B9DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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