Html Css Color HEX #BFBBDC Lavender Grey

📋 copy color: '#BFBBDC'

red 191 ◦ green 187 ◦ blue 220

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

Shades of Lavender Grey #BFBBDC

Tints of Lavender Grey #BFBBDC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.27%

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

R = 31.94%
G = 31.27%
B = 36.79%

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

#BFBBDC (or 0xBFBBDC) is known color: Lavender Grey. HEX triplet: BF, BB and DC. RGB value is (191,187,220). Sum of RGB (Red+Green+Blue) = 191+187+220=598 (79% of max value = 765). Red value is 191 (75% from 255 or 31.94% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFBBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBBDC is #404423. Grayscale: #BFBFBF. Windows color (decimal): -4211748 or 14465983. OLE color: 14465983.

HSL color Cylindrical-coordinate representation of color #BFBBDC: hue angle of 247.27º degrees, saturation: 0.32, 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 #BFBBDC is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 187 220 -
CMYK 0.13 0.15 0 0.14
HSL 247.27º 0.32% 0.8% -
HSV(B) 247.27º 0.15% 0.86% -
XYZ 52.17 51.78 74.96 -
YUV 191.96 143.83 127.32 -
System Red Green Blue C M Y K H S L
Decimal 191 187 220 0.13 0.15 0 0.14 247.27 0.32 0.8
Hex BF BB DC D F 0 E F7 20 50
Octal 277 273 334 15 17 0 16 367 40 120
Binary 10111111 10111011 11011100 1101 1111 0 1110 11110111 100000 1010000

Color Harmonies of #BFBBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBBDC

Black with #BFBBDC

Text Example


Text Example

White with #BFBBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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