Html Css Color HEX #BFBED1 Lavender Grey

📋 copy color: '#BFBED1'

red 191 ◦ green 190 ◦ blue 209

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

Shades of Lavender Grey #BFBED1

Tints of Lavender Grey #BFBED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.42%

R = 32.37%
G = 32.2%
B = 35.42%

CMYK

 C value IS 0.09

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BFBED1 (or 0xBFBED1) is known color: Lavender Grey. HEX triplet: BF, BE and D1. RGB value is (191,190,209). Sum of RGB (Red+Green+Blue) = 191+190+209=590 (78% of max value = 765). Red value is 191 (75% from 255 or 32.37% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 209 (82.03% from 255 or 35.42% from 590); Max value from RGB is 209 - color contains mainly: blue. Hex color #BFBED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBED1 is #40412E. Grayscale: #C0C0C0. Windows color (decimal): -4210991 or 13745855. OLE color: 13745855.

HSL color Cylindrical-coordinate representation of color #BFBED1: hue angle of 243.16º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFBED1 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 190 209 -
CMYK 0.09 0.09 0 0.18
HSL 243.16º 0.17% 0.78% -
HSV(B) 243.16º 0.09% 0.82% -
XYZ 51.41 52.51 67.75 -
YUV 192.47 137.33 126.96 -
System Red Green Blue C M Y K H S L
Decimal 191 190 209 0.09 0.09 0 0.18 243.16 0.17 0.78
Hex BF BE D1 9 9 0 12 F3 11 4E
Octal 277 276 321 11 11 0 22 363 21 116
Binary 10111111 10111110 11010001 1001 1001 0 10010 11110011 10001 1001110

Color Harmonies of #BFBED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBED1

Black with #BFBED1

Text Example


Text Example

White with #BFBED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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