Html Css Color HEX #BFBCD9 Lavender Grey

📋 copy color: '#BFBCD9'

red 191 ◦ green 188 ◦ blue 217

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

Shades of Lavender Grey #BFBCD9

Tints of Lavender Grey #BFBCD9

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.54%

 BLUE value IS 217 (85.16% from 255) = 36.41%

R = 32.05%
G = 31.54%
B = 36.41%

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

#BFBCD9 (or 0xBFBCD9) is known color: Lavender Grey. HEX triplet: BF, BC and D9. RGB value is (191,188,217). Sum of RGB (Red+Green+Blue) = 191+188+217=596 (78% of max value = 765). Red value is 191 (75% from 255 or 32.05% from 596); Green value is 188 (73.83% from 255 or 31.54% from 596); Blue value is 217 (85.16% from 255 or 36.41% from 596); Max value from RGB is 217 - color contains mainly: blue. Hex color #BFBCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCD9 is #404326. Grayscale: #C0C0C0. Windows color (decimal): -4211495 or 14269631. OLE color: 14269631.

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

Color convert

RGB 191 188 217 -
CMYK 0.12 0.13 0 0.15
HSL 246.21º 0.28% 0.79% -
HSV(B) 246.21º 0.13% 0.85% -
XYZ 51.99 52.05 72.95 -
YUV 192.2 141.99 127.14 -
System Red Green Blue C M Y K H S L
Decimal 191 188 217 0.12 0.13 0 0.15 246.21 0.28 0.79
Hex BF BC D9 C D 0 F F6 1C 4F
Octal 277 274 331 14 15 0 17 366 34 117
Binary 10111111 10111100 11011001 1100 1101 0 1111 11110110 11100 1001111

Color Harmonies of #BFBCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBCD9

Black with #BFBCD9

Text Example


Text Example

White with #BFBCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBCD9; }

 p { color: rgb(191,188,217); }

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

background-color css

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

 a { background-color: rgb(191,188,217); }

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

border-color css

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

 span { border-color: rgb(191,188,217); }

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