#BFC7F6

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

Shades of Lavender Blue #BFC7F6

Tints of Lavender Blue #BFC7F6

Color information

#BFC7F6 (or 0xBFC7F6) is unknown color: approx Lavender Blue. HEX triplet: BF, C7 and F6. RGB value is (191,199,246). Sum of RGB (Red+Green+Blue) = 191+199+246=636 (84% of max value = 765). Red value is 191 (75% from 255 or 30.03% from 636); Green value is 199 (78.12% from 255 or 31.29% from 636); Blue value is 246 (96.48% from 255 or 38.68% from 636); Max value from RGB is 246 - color contains mainly: blue. Hex color #BFC7F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC7F6 is #403809. Grayscale: #C9C9C9. Windows color (decimal): -4208650 or 16172991. OLE color: 16172991.

HSL color Cylindrical-coordinate representation of color #BFC7F6: hue angle of 231.27º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFC7F6 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB191199246-
CMYK0.220.1900.04
HSL231.27º75.34%85.69%-
HSV(B)231.27º22.36%96.47%-
XYZ58.5458.5895.41-
YUV201.97152.85120.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.03%
GREEN value IS 199 (78.12% from 255) = 31.29%
BLUE value IS 246 (96.48% from 255) = 38.68%
R=30.03%
G=31.29%
B=38.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1911992460.220.1900.04231.2775.3485.69
HexBFC7F6161304e74b56
Octal277307366262304347113126
Binary101111111100011111110110101101001101001110011110010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC7F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC7F6; }

 p { color: rgb(191,199,246); }

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

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

 a { background-color: rgb(191,199,246); }

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

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

 span { border-color: rgb(191,199,246); }

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