Html Css Color HEX #BFBED0 Lavender Grey

📋 copy color: '#BFBED0'

red 191 ◦ green 190 ◦ blue 208

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

Shades of Lavender Grey #BFBED0

Tints of Lavender Grey #BFBED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.31%

R = 32.43%
G = 32.26%
B = 35.31%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BFBED0 (or 0xBFBED0) is known color: Lavender Grey. HEX triplet: BF, BE and D0. RGB value is (191,190,208). Sum of RGB (Red+Green+Blue) = 191+190+208=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 208 (81.64% from 255 or 35.31% from 589); Max value from RGB is 208 - color contains mainly: blue. Hex color #BFBED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBED0 is #40412F. Grayscale: #C0C0C0. Windows color (decimal): -4210992 or 13680319. OLE color: 13680319.

HSL color Cylindrical-coordinate representation of color #BFBED0: hue angle of 243.33º degrees, saturation: 0.16, 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 #BFBED0 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 190 208 -
CMYK 0.08 0.09 0 0.18
HSL 243.33º 0.16% 0.78% -
HSV(B) 243.33º 0.09% 0.82% -
XYZ 51.28 52.46 67.1 -
YUV 192.35 136.83 127.04 -
System Red Green Blue C M Y K H S L
Decimal 191 190 208 0.08 0.09 0 0.18 243.33 0.16 0.78
Hex BF BE D0 8 9 0 12 F3 10 4E
Octal 277 276 320 10 11 0 22 363 20 116
Binary 10111111 10111110 11010000 1000 1001 0 10010 11110011 10000 1001110

Color Harmonies of #BFBED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBED0

Black with #BFBED0

Text Example


Text Example

White with #BFBED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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