Html Css Color HEX #BFBFD5 Lavender Grey

📋 copy color: '#BFBFD5'

red 191 ◦ green 191 ◦ blue 213

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

Shades of Lavender Grey #BFBFD5

Tints of Lavender Grey #BFBFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.8%

R = 32.1%
G = 32.1%
B = 35.8%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BFBFD5 (or 0xBFBFD5) is known color: Lavender Grey. HEX triplet: BF, BF and D5. RGB value is (191,191,213). Sum of RGB (Red+Green+Blue) = 191+191+213=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 213 (83.59% from 255 or 35.80% from 595); Max value from RGB is 213 - color contains mainly: blue. Hex color #BFBFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBFD5 is #40402A. Grayscale: #C1C1C1. Windows color (decimal): -4210731 or 14008255. OLE color: 14008255.

HSL color Cylindrical-coordinate representation of color #BFBFD5: hue angle of 240º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFBFD5 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 191 213 -
CMYK 0.10 0.10 0 0.16
HSL 240º 0.21% 0.79% -
HSV(B) 240º 0.1% 0.84% -
XYZ 52.13 53.14 70.46 -
YUV 193.51 139 126.21 -
System Red Green Blue C M Y K H S L
Decimal 191 191 213 0.10 0.10 0 0.16 240 0.21 0.79
Hex BF BF D5 A A 0 10 F0 15 4F
Octal 277 277 325 12 12 0 20 360 25 117
Binary 10111111 10111111 11010101 1010 1010 0 10000 11110000 10101 1001111

Color Harmonies of #BFBFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBFD5

Black with #BFBFD5

Text Example


Text Example

White with #BFBFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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