Html Css Color HEX #BFBCD7 Lavender Grey

📋 copy color: '#BFBCD7'

red 191 ◦ green 188 ◦ blue 215

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

Shades of Lavender Grey #BFBCD7

Tints of Lavender Grey #BFBCD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.2%

R = 32.15%
G = 31.65%
B = 36.2%

CMYK

 C value IS 0.11

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BFBCD7 (or 0xBFBCD7) is known color: Lavender Grey. HEX triplet: BF, BC and D7. RGB value is (191,188,215). Sum of RGB (Red+Green+Blue) = 191+188+215=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 215 (84.38% from 255 or 36.20% from 594); Max value from RGB is 215 - color contains mainly: blue. Hex color #BFBCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCD7 is #404328. Grayscale: #BFBFBF. Windows color (decimal): -4211497 or 14138559. OLE color: 14138559.

HSL color Cylindrical-coordinate representation of color #BFBCD7: hue angle of 246.67º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFBCD7 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 188 215 -
CMYK 0.11 0.13 0 0.16
HSL 246.67º 0.25% 0.79% -
HSV(B) 246.67º 0.13% 0.84% -
XYZ 51.73 51.95 71.59 -
YUV 191.98 140.99 127.3 -
System Red Green Blue C M Y K H S L
Decimal 191 188 215 0.11 0.13 0 0.16 246.67 0.25 0.79
Hex BF BC D7 B D 0 10 F7 19 4F
Octal 277 274 327 13 15 0 20 367 31 117
Binary 10111111 10111100 11010111 1011 1101 0 10000 11110111 11001 1001111

Color Harmonies of #BFBCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBCD7

Black with #BFBCD7

Text Example


Text Example

White with #BFBCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBCD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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