Html Css Color HEX #BFBCD8 Lavender Grey

📋 copy color: '#BFBCD8'

red 191 ◦ green 188 ◦ blue 216

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

Shades of Lavender Grey #BFBCD8

Tints of Lavender Grey #BFBCD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.3%

R = 32.1%
G = 31.6%
B = 36.3%

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

#BFBCD8 (or 0xBFBCD8) is known color: Lavender Grey. HEX triplet: BF, BC and D8. RGB value is (191,188,216). Sum of RGB (Red+Green+Blue) = 191+188+216=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 188 (73.83% from 255 or 31.60% from 595); Blue value is 216 (84.77% from 255 or 36.30% from 595); Max value from RGB is 216 - color contains mainly: blue. Hex color #BFBCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCD8 is #404327. Grayscale: #BFBFBF. Windows color (decimal): -4211496 or 14204095. OLE color: 14204095.

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

Color convert

RGB 191 188 216 -
CMYK 0.12 0.13 0 0.15
HSL 246.43º 0.26% 0.79% -
HSV(B) 246.43º 0.13% 0.85% -
XYZ 51.86 52 72.27 -
YUV 192.09 141.49 127.22 -
System Red Green Blue C M Y K H S L
Decimal 191 188 216 0.12 0.13 0 0.15 246.43 0.26 0.79
Hex BF BC D8 C D 0 F F6 1A 4F
Octal 277 274 330 14 15 0 17 366 32 117
Binary 10111111 10111100 11011000 1100 1101 0 1111 11110110 11010 1001111

Color Harmonies of #BFBCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBCD8

Black with #BFBCD8

Text Example


Text Example

White with #BFBCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBCD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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