Html Css Color HEX #BFBFD8 Lavender Grey

📋 copy color: '#BFBFD8'

red 191 ◦ green 191 ◦ blue 216

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

Shades of Lavender Grey #BFBFD8

Tints of Lavender Grey #BFBFD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.12%

R = 31.94%
G = 31.94%
B = 36.12%

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

#BFBFD8 (or 0xBFBFD8) is known color: Lavender Grey. HEX triplet: BF, BF and D8. RGB value is (191,191,216). Sum of RGB (Red+Green+Blue) = 191+191+216=598 (79% of max value = 765). Red value is 191 (75% from 255 or 31.94% from 598); Green value is 191 (75% from 255 or 31.94% from 598); Blue value is 216 (84.77% from 255 or 36.12% from 598); Max value from RGB is 216 - color contains mainly: blue. Hex color #BFBFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBFD8 is #404027. Grayscale: #C1C1C1. Windows color (decimal): -4210728 or 14204863. OLE color: 14204863.

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

Color convert

RGB 191 191 216 -
CMYK 0.12 0.12 0 0.15
HSL 240º 0.24% 0.8% -
HSV(B) 240º 0.12% 0.85% -
XYZ 52.51 53.3 72.49 -
YUV 193.85 140.5 125.97 -
System Red Green Blue C M Y K H S L
Decimal 191 191 216 0.12 0.12 0 0.15 240 0.24 0.8
Hex BF BF D8 C C 0 F F0 18 50
Octal 277 277 330 14 14 0 17 360 30 120
Binary 10111111 10111111 11011000 1100 1100 0 1111 11110000 11000 1010000

Color Harmonies of #BFBFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBFD8

Black with #BFBFD8

Text Example


Text Example

White with #BFBFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBFD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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