Html Css Color HEX #BFBADC Lavender Grey

📋 copy color: '#BFBADC'

red 191 ◦ green 186 ◦ blue 220

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

Shades of Lavender Grey #BFBADC

Tints of Lavender Grey #BFBADC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.16%

 BLUE value IS 220 (86.33% from 255) = 36.85%

R = 31.99%
G = 31.16%
B = 36.85%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BFBADC (or 0xBFBADC) is known color: Lavender Grey. HEX triplet: BF, BA and DC. RGB value is (191,186,220). Sum of RGB (Red+Green+Blue) = 191+186+220=597 (79% of max value = 765). Red value is 191 (75% from 255 or 31.99% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFBADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBADC is #404523. Grayscale: #BFBFBF. Windows color (decimal): -4212004 or 14465727. OLE color: 14465727.

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

Color convert

RGB 191 186 220 -
CMYK 0.13 0.15 0 0.14
HSL 248.82º 0.33% 0.8% -
HSV(B) 248.82º 0.15% 0.86% -
XYZ 51.96 51.36 74.89 -
YUV 191.37 144.16 127.74 -
System Red Green Blue C M Y K H S L
Decimal 191 186 220 0.13 0.15 0 0.14 248.82 0.33 0.8
Hex BF BA DC D F 0 E F9 21 50
Octal 277 272 334 15 17 0 16 371 41 120
Binary 10111111 10111010 11011100 1101 1111 0 1110 11111001 100001 1010000

Color Harmonies of #BFBADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBADC

Black with #BFBADC

Text Example


Text Example

White with #BFBADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBADC; }

 p { color: rgb(191,186,220); }

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

background-color css

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

 a { background-color: rgb(191,186,220); }

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

border-color css

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

 span { border-color: rgb(191,186,220); }

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