#BFC1D6

Color #BFC1D6 Lavender Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Grey #BFC1D6

Tints of Lavender Grey #BFC1D6

Color information

#BFC1D6 (or 0xBFC1D6) is unknown color: approx Lavender Grey. HEX triplet: BF, C1 and D6. RGB value is (191,193,214). Sum of RGB (Red+Green+Blue) = 191+193+214=598 (79% of max value = 765). Red value is 191 (75% from 255 or 31.94% from 598); Green value is 193 (75.78% from 255 or 32.27% from 598); Blue value is 214 (83.98% from 255 or 35.79% from 598); Max value from RGB is 214 - color contains mainly: blue. Hex color #BFC1D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC1D6 is #403E29. Grayscale: #C2C2C2. Windows color (decimal): -4210218 or 14074303. OLE color: 14074303.

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

Color convert

RGB191193214-
CMYK0.110.1000.16
HSL234.78º21.9%79.41%-
HSV(B)234.78º10.75%83.92%-
XYZ52.6954.0771.28-
YUV194.8138.84125.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.94%
GREEN value IS 193 (75.78% from 255) = 32.27%
BLUE value IS 214 (83.98% from 255) = 35.79%
R=31.94%
G=32.27%
B=35.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1911932140.110.1000.16234.7821.979.41
HexBFC1D6BA010eb164f
Octal277301326131202035326117
Binary1011111111000001110101101011101001000011101011101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC1D6; }

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

 H1.HeaderClassName
 {
   color: #BFC1D6;
 }
 .AnyTagClassName
 {
   color: #BFC1D6;
 }
</style>
background-color css

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

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

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

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

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

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