Html Css Color HEX #BFBED8 Lavender Grey

📋 copy color: '#BFBED8'

red 191 ◦ green 190 ◦ blue 216

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

Shades of Lavender Grey #BFBED8

Tints of Lavender Grey #BFBED8

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.83%

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

R = 31.99%
G = 31.83%
B = 36.18%

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

#BFBED8 (or 0xBFBED8) is known color: Lavender Grey. HEX triplet: BF, BE and D8. RGB value is (191,190,216). Sum of RGB (Red+Green+Blue) = 191+190+216=597 (79% of max value = 765). Red value is 191 (75% from 255 or 31.99% from 597); Green value is 190 (74.61% from 255 or 31.83% from 597); Blue value is 216 (84.77% from 255 or 36.18% from 597); Max value from RGB is 216 - color contains mainly: blue. Hex color #BFBED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBED8 is #404127. Grayscale: #C1C1C1. Windows color (decimal): -4210984 or 14204607. OLE color: 14204607.

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

Color convert

RGB 191 190 216 -
CMYK 0.12 0.12 0 0.15
HSL 242.31º 0.25% 0.8% -
HSV(B) 242.31º 0.12% 0.85% -
XYZ 52.29 52.86 72.41 -
YUV 193.26 140.83 126.39 -
System Red Green Blue C M Y K H S L
Decimal 191 190 216 0.12 0.12 0 0.15 242.31 0.25 0.8
Hex BF BE D8 C C 0 F F2 19 50
Octal 277 276 330 14 14 0 17 362 31 120
Binary 10111111 10111110 11011000 1100 1100 0 1111 11110010 11001 1010000

Color Harmonies of #BFBED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBED8

Black with #BFBED8

Text Example


Text Example

White with #BFBED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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