Html Css Color HEX #BFBCDB Lavender Grey

📋 copy color: '#BFBCDB'

red 191 ◦ green 188 ◦ blue 219

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

Shades of Lavender Grey #BFBCDB

Tints of Lavender Grey #BFBCDB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.44%

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

R = 31.94%
G = 31.44%
B = 36.62%

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

#BFBCDB (or 0xBFBCDB) is known color: Lavender Grey. HEX triplet: BF, BC and DB. RGB value is (191,188,219). Sum of RGB (Red+Green+Blue) = 191+188+219=598 (79% of max value = 765). Red value is 191 (75% from 255 or 31.94% from 598); Green value is 188 (73.83% from 255 or 31.44% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFBCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCDB is #404324. Grayscale: #C0C0C0. Windows color (decimal): -4211493 or 14400703. OLE color: 14400703.

HSL color Cylindrical-coordinate representation of color #BFBCDB: hue angle of 245.81º degrees, saturation: 0.3, 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 #BFBCDB is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 188 219 -
CMYK 0.13 0.14 0 0.14
HSL 245.81º 0.3% 0.8% -
HSV(B) 245.81º 0.14% 0.86% -
XYZ 52.26 52.16 74.33 -
YUV 192.43 142.99 126.98 -
System Red Green Blue C M Y K H S L
Decimal 191 188 219 0.13 0.14 0 0.14 245.81 0.3 0.8
Hex BF BC DB D E 0 E F6 1E 50
Octal 277 274 333 15 16 0 16 366 36 120
Binary 10111111 10111100 11011011 1101 1110 0 1110 11110110 11110 1010000

Color Harmonies of #BFBCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBCDB

Black with #BFBCDB

Text Example


Text Example

White with #BFBCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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