Html Css Color HEX #BFBEDE Lavender Grey

📋 copy color: '#BFBEDE'

red 191 ◦ green 190 ◦ blue 222

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

Shades of Lavender Grey #BFBEDE

Tints of Lavender Grey #BFBEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.82%

R = 31.67%
G = 31.51%
B = 36.82%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BFBEDE (or 0xBFBEDE) is known color: Lavender Grey. HEX triplet: BF, BE and DE. RGB value is (191,190,222). Sum of RGB (Red+Green+Blue) = 191+190+222=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 190 (74.61% from 255 or 31.51% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 222 - color contains mainly: blue. Hex color #BFBEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBEDE is #404121. Grayscale: #C1C1C1. Windows color (decimal): -4210978 or 14597823. OLE color: 14597823.

HSL color Cylindrical-coordinate representation of color #BFBEDE: hue angle of 241.88º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFBEDE is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 190 222 -
CMYK 0.14 0.14 0 0.13
HSL 241.88º 0.33% 0.81% -
HSV(B) 241.88º 0.14% 0.87% -
XYZ 53.08 53.18 76.57 -
YUV 193.95 143.83 125.9 -
System Red Green Blue C M Y K H S L
Decimal 191 190 222 0.14 0.14 0 0.13 241.88 0.33 0.81
Hex BF BE DE E E 0 D F2 21 51
Octal 277 276 336 16 16 0 15 362 41 121
Binary 10111111 10111110 11011110 1110 1110 0 1101 11110010 100001 1010001

Color Harmonies of #BFBEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBEDE

Black with #BFBEDE

Text Example


Text Example

White with #BFBEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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