Html Css Color HEX #BFBDDB Lavender Grey

📋 copy color: '#BFBDDB'

red 191 ◦ green 189 ◦ blue 219

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

Shades of Lavender Grey #BFBDDB

Tints of Lavender Grey #BFBDDB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.55%

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

R = 31.89%
G = 31.55%
B = 36.56%

CMYK

 C value IS 0.13

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BFBDDB (or 0xBFBDDB) is known color: Lavender Grey. HEX triplet: BF, BD and DB. RGB value is (191,189,219). Sum of RGB (Red+Green+Blue) = 191+189+219=599 (79% of max value = 765). Red value is 191 (75% from 255 or 31.89% from 599); Green value is 189 (74.22% from 255 or 31.55% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFBDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBDDB is #404224. Grayscale: #C0C0C0. Windows color (decimal): -4211237 or 14400959. OLE color: 14400959.

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

Color convert

RGB 191 189 219 -
CMYK 0.13 0.14 0 0.14
HSL 244º 0.29% 0.8% -
HSV(B) 244º 0.14% 0.86% -
XYZ 52.47 52.59 74.4 -
YUV 193.02 142.66 126.56 -
System Red Green Blue C M Y K H S L
Decimal 191 189 219 0.13 0.14 0 0.14 244 0.29 0.8
Hex BF BD DB D E 0 E F4 1D 50
Octal 277 275 333 15 16 0 16 364 35 120
Binary 10111111 10111101 11011011 1101 1110 0 1110 11110100 11101 1010000

Color Harmonies of #BFBDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBDDB

Black with #BFBDDB

Text Example


Text Example

White with #BFBDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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