Html Css Color HEX #BFBEDA Lavender Grey

📋 copy color: '#BFBEDA'

red 191 ◦ green 190 ◦ blue 218

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

Shades of Lavender Grey #BFBEDA

Tints of Lavender Grey #BFBEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.39%

R = 31.89%
G = 31.72%
B = 36.39%

CMYK

 C value IS 0.12

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BFBEDA (or 0xBFBEDA) is known color: Lavender Grey. HEX triplet: BF, BE and DA. RGB value is (191,190,218). Sum of RGB (Red+Green+Blue) = 191+190+218=599 (79% of max value = 765). Red value is 191 (75% from 255 or 31.89% from 599); Green value is 190 (74.61% from 255 or 31.72% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 218 - color contains mainly: blue. Hex color #BFBEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBEDA is #404125. Grayscale: #C1C1C1. Windows color (decimal): -4210982 or 14335679. OLE color: 14335679.

HSL color Cylindrical-coordinate representation of color #BFBEDA: hue angle of 242.14º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFBEDA is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 190 218 -
CMYK 0.12 0.13 0 0.15
HSL 242.14º 0.27% 0.8% -
HSV(B) 242.14º 0.13% 0.85% -
XYZ 52.55 52.97 73.78 -
YUV 193.49 141.83 126.22 -
System Red Green Blue C M Y K H S L
Decimal 191 190 218 0.12 0.13 0 0.15 242.14 0.27 0.8
Hex BF BE DA C D 0 F F2 1B 50
Octal 277 276 332 14 15 0 17 362 33 120
Binary 10111111 10111110 11011010 1100 1101 0 1111 11110010 11011 1010000

Color Harmonies of #BFBEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBEDA

Black with #BFBEDA

Text Example


Text Example

White with #BFBEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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