Html Css Color HEX #BFBDDC Lavender Grey

📋 copy color: '#BFBDDC'

red 191 ◦ green 189 ◦ blue 220

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

Shades of Lavender Grey #BFBDDC

Tints of Lavender Grey #BFBDDC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.5%

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

R = 31.83%
G = 31.5%
B = 36.67%

CMYK

 C value IS 0.13

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BFBDDC (or 0xBFBDDC) is known color: Lavender Grey. HEX triplet: BF, BD and DC. RGB value is (191,189,220). Sum of RGB (Red+Green+Blue) = 191+189+220=600 (79% of max value = 765). Red value is 191 (75% from 255 or 31.83% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFBDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBDDC is #404223. Grayscale: #C1C1C1. Windows color (decimal): -4211236 or 14466495. OLE color: 14466495.

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

Color convert

RGB 191 189 220 -
CMYK 0.13 0.14 0 0.14
HSL 243.87º 0.31% 0.8% -
HSV(B) 243.87º 0.14% 0.86% -
XYZ 52.6 52.64 75.1 -
YUV 193.13 143.16 126.48 -
System Red Green Blue C M Y K H S L
Decimal 191 189 220 0.13 0.14 0 0.14 243.87 0.31 0.8
Hex BF BD DC D E 0 E F4 1F 50
Octal 277 275 334 15 16 0 16 364 37 120
Binary 10111111 10111101 11011100 1101 1110 0 1110 11110100 11111 1010000

Color Harmonies of #BFBDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBDDC

Black with #BFBDDC

Text Example


Text Example

White with #BFBDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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