Html Css Color HEX #BFBED9 Lavender Grey

📋 copy color: '#BFBED9'

red 191 ◦ green 190 ◦ blue 217

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

Shades of Lavender Grey #BFBED9

Tints of Lavender Grey #BFBED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 36.29%

R = 31.94%
G = 31.77%
B = 36.29%

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

#BFBED9 (or 0xBFBED9) is known color: Lavender Grey. HEX triplet: BF, BE and D9. RGB value is (191,190,217). Sum of RGB (Red+Green+Blue) = 191+190+217=598 (79% of max value = 765). Red value is 191 (75% from 255 or 31.94% from 598); Green value is 190 (74.61% from 255 or 31.77% from 598); Blue value is 217 (85.16% from 255 or 36.29% from 598); Max value from RGB is 217 - color contains mainly: blue. Hex color #BFBED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBED9 is #404126. Grayscale: #C1C1C1. Windows color (decimal): -4210983 or 14270143. OLE color: 14270143.

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

Color convert

RGB 191 190 217 -
CMYK 0.12 0.12 0 0.15
HSL 242.22º 0.26% 0.8% -
HSV(B) 242.22º 0.12% 0.85% -
XYZ 52.42 52.91 73.1 -
YUV 193.38 141.33 126.3 -
System Red Green Blue C M Y K H S L
Decimal 191 190 217 0.12 0.12 0 0.15 242.22 0.26 0.8
Hex BF BE D9 C C 0 F F2 1A 50
Octal 277 276 331 14 14 0 17 362 32 120
Binary 10111111 10111110 11011001 1100 1100 0 1111 11110010 11010 1010000

Color Harmonies of #BFBED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBED9

Black with #BFBED9

Text Example


Text Example

White with #BFBED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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