Html Css Color HEX #BFBCD6 Lavender Grey

📋 copy color: '#BFBCD6'

red 191 ◦ green 188 ◦ blue 214

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

Shades of Lavender Grey #BFBCD6

Tints of Lavender Grey #BFBCD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.09%

R = 32.21%
G = 31.7%
B = 36.09%

CMYK

 C value IS 0.11

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BFBCD6 (or 0xBFBCD6) is known color: Lavender Grey. HEX triplet: BF, BC and D6. RGB value is (191,188,214). Sum of RGB (Red+Green+Blue) = 191+188+214=593 (78% of max value = 765). Red value is 191 (75% from 255 or 32.21% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 214 (83.98% from 255 or 36.09% from 593); Max value from RGB is 214 - color contains mainly: blue. Hex color #BFBCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCD6 is #404329. Grayscale: #BFBFBF. Windows color (decimal): -4211498 or 14073023. OLE color: 14073023.

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

Color convert

RGB 191 188 214 -
CMYK 0.11 0.12 0 0.16
HSL 246.92º 0.24% 0.79% -
HSV(B) 246.92º 0.12% 0.84% -
XYZ 51.61 51.9 70.92 -
YUV 191.86 140.49 127.39 -
System Red Green Blue C M Y K H S L
Decimal 191 188 214 0.11 0.12 0 0.16 246.92 0.24 0.79
Hex BF BC D6 B C 0 10 F7 18 4F
Octal 277 274 326 13 14 0 20 367 30 117
Binary 10111111 10111100 11010110 1011 1100 0 10000 11110111 11000 1001111

Color Harmonies of #BFBCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBCD6

Black with #BFBCD6

Text Example


Text Example

White with #BFBCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBCD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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