Html Css Color HEX #BFBBDB Lavender Grey

📋 copy color: '#BFBBDB'

red 191 ◦ green 187 ◦ blue 219

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

Shades of Lavender Grey #BFBBDB

Tints of Lavender Grey #BFBBDB

RGB

 RED value IS 191 (75% from 255) = 31.99%

 GREEN value IS 187 (73.44% from 255) = 31.32%

 BLUE value IS 219 (85.94% from 255) = 36.68%

R = 31.99%
G = 31.32%
B = 36.68%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BFBBDB (or 0xBFBBDB) is known color: Lavender Grey. HEX triplet: BF, BB and DB. RGB value is (191,187,219). Sum of RGB (Red+Green+Blue) = 191+187+219=597 (79% of max value = 765). Red value is 191 (75% from 255 or 31.99% from 597); Green value is 187 (73.44% from 255 or 31.32% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFBBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBBDB is #404424. Grayscale: #BFBFBF. Windows color (decimal): -4211749 or 14400447. OLE color: 14400447.

HSL color Cylindrical-coordinate representation of color #BFBBDB: hue angle of 247.5º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFBBDB is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 187 219 -
CMYK 0.13 0.15 0 0.14
HSL 247.5º 0.31% 0.8% -
HSV(B) 247.5º 0.15% 0.86% -
XYZ 52.04 51.73 74.26 -
YUV 191.84 143.33 127.4 -
System Red Green Blue C M Y K H S L
Decimal 191 187 219 0.13 0.15 0 0.14 247.5 0.31 0.8
Hex BF BB DB D F 0 E F8 1F 50
Octal 277 273 333 15 17 0 16 370 37 120
Binary 10111111 10111011 11011011 1101 1111 0 1110 11111000 11111 1010000

Color Harmonies of #BFBBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBBDB

Black with #BFBBDB

Text Example


Text Example

White with #BFBBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBBDB; }

 p { color: rgb(191,187,219); }

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

background-color css

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

 a { background-color: rgb(191,187,219); }

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

border-color css

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

 span { border-color: rgb(191,187,219); }

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