Html Css Color HEX #BFBFD9 Lavender Grey

📋 copy color: '#BFBFD9'

red 191 ◦ green 191 ◦ blue 217

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

Shades of Lavender Grey #BFBFD9

Tints of Lavender Grey #BFBFD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 36.23%

R = 31.89%
G = 31.89%
B = 36.23%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BFBFD9 (or 0xBFBFD9) is known color: Lavender Grey. HEX triplet: BF, BF and D9. RGB value is (191,191,217). Sum of RGB (Red+Green+Blue) = 191+191+217=599 (79% of max value = 765). Red value is 191 (75% from 255 or 31.89% from 599); Green value is 191 (75% from 255 or 31.89% from 599); Blue value is 217 (85.16% from 255 or 36.23% from 599); Max value from RGB is 217 - color contains mainly: blue. Hex color #BFBFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBFD9 is #404026. Grayscale: #C1C1C1. Windows color (decimal): -4210727 or 14270399. OLE color: 14270399.

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

Color convert

RGB 191 191 217 -
CMYK 0.12 0.12 0 0.15
HSL 240º 0.25% 0.8% -
HSV(B) 240º 0.12% 0.85% -
XYZ 52.64 53.35 73.17 -
YUV 193.96 141 125.89 -
System Red Green Blue C M Y K H S L
Decimal 191 191 217 0.12 0.12 0 0.15 240 0.25 0.8
Hex BF BF D9 C C 0 F F0 19 50
Octal 277 277 331 14 14 0 17 360 31 120
Binary 10111111 10111111 11011001 1100 1100 0 1111 11110000 11001 1010000

Color Harmonies of #BFBFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBFD9

Black with #BFBFD9

Text Example


Text Example

White with #BFBFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBFD9; }

 p { color: rgb(191,191,217); }

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

background-color css

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

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

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

border-color css

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

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

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