#BFC7FC

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

Shades of Lavender Blue #BFC7FC

Tints of Lavender Blue #BFC7FC

Color information

#BFC7FC (or 0xBFC7FC) is unknown color: approx Lavender Blue. HEX triplet: BF, C7 and FC. RGB value is (191,199,252). Sum of RGB (Red+Green+Blue) = 191+199+252=642 (85% of max value = 765). Red value is 191 (75% from 255 or 29.75% from 642); Green value is 199 (78.12% from 255 or 31.00% from 642); Blue value is 252 (98.83% from 255 or 39.25% from 642); Max value from RGB is 252 - color contains mainly: blue. Hex color #BFC7FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC7FC is #403803. Grayscale: #CACACA. Windows color (decimal): -4208644 or 16566207. OLE color: 16566207.

HSL color Cylindrical-coordinate representation of color #BFC7FC: hue angle of 232.13º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFC7FC is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB191199252-
CMYK0.240.2100.01
HSL232.13º91.04%86.86%-
HSV(B)232.13º24.21%98.82%-
XYZ59.4858.95100.34-
YUV202.65155.85119.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.75%
GREEN value IS 199 (78.12% from 255) = 31.00%
BLUE value IS 252 (98.83% from 255) = 39.25%
R=29.75%
G=31.00%
B=39.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1911992520.240.2100.01232.1391.0486.86
HexBFC7FC181501e85b57
Octal277307374302501350133127
Binary1011111111000111111111001100010101011110100010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC7FC; }

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

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

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

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

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

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

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

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