Html Css Color HEX #BFBFDD Lavender Grey

📋 copy color: '#BFBFDD'

red 191 ◦ green 191 ◦ blue 221

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

Shades of Lavender Grey #BFBFDD

Tints of Lavender Grey #BFBFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.65%

R = 31.67%
G = 31.67%
B = 36.65%

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

#BFBFDD (or 0xBFBFDD) is known color: Lavender Grey. HEX triplet: BF, BF and DD. RGB value is (191,191,221). Sum of RGB (Red+Green+Blue) = 191+191+221=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 221 - color contains mainly: blue. Hex color #BFBFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBFDD is #404022. Grayscale: #C2C2C2. Windows color (decimal): -4210723 or 14532543. OLE color: 14532543.

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

Color convert

RGB 191 191 221 -
CMYK 0.14 0.14 0 0.13
HSL 240º 0.31% 0.81% -
HSV(B) 240º 0.14% 0.87% -
XYZ 53.17 53.56 75.94 -
YUV 194.42 143 125.56 -
System Red Green Blue C M Y K H S L
Decimal 191 191 221 0.14 0.14 0 0.13 240 0.31 0.81
Hex BF BF DD E E 0 D F0 1F 51
Octal 277 277 335 16 16 0 15 360 37 121
Binary 10111111 10111111 11011101 1110 1110 0 1101 11110000 11111 1010001

Color Harmonies of #BFBFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBFDD

Black with #BFBFDD

Text Example


Text Example

White with #BFBFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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