Html Css Color HEX #BFBFDF Lavender Grey

📋 copy color: '#BFBFDF'

red 191 ◦ green 191 ◦ blue 223

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

Shades of Lavender Grey #BFBFDF

Tints of Lavender Grey #BFBFDF

RGB

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

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

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

R = 31.57%
G = 31.57%
B = 36.86%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BFBFDF (or 0xBFBFDF) is known color: Lavender Grey. HEX triplet: BF, BF and DF. RGB value is (191,191,223). Sum of RGB (Red+Green+Blue) = 191+191+223=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFBFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBFDF is #404020. Grayscale: #C2C2C2. Windows color (decimal): -4210721 or 14663615. OLE color: 14663615.

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

Color convert

RGB 191 191 223 -
CMYK 0.14 0.14 0 0.13
HSL 240º 0.33% 0.81% -
HSV(B) 240º 0.14% 0.87% -
XYZ 53.44 53.67 77.35 -
YUV 194.65 144 125.4 -
System Red Green Blue C M Y K H S L
Decimal 191 191 223 0.14 0.14 0 0.13 240 0.33 0.81
Hex BF BF DF E E 0 D F0 21 51
Octal 277 277 337 16 16 0 15 360 41 121
Binary 10111111 10111111 11011111 1110 1110 0 1101 11110000 100001 1010001

Color Harmonies of #BFBFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBFDF

Black with #BFBFDF

Text Example


Text Example

White with #BFBFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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