#BFC7FD

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

Shades of Lavender Blue #BFC7FD

Tints of Lavender Blue #BFC7FD

Color information

#BFC7FD (or 0xBFC7FD) is unknown color: approx Lavender Blue. HEX triplet: BF, C7 and FD. RGB value is (191,199,253). Sum of RGB (Red+Green+Blue) = 191+199+253=643 (85% of max value = 765). Red value is 191 (75% from 255 or 29.70% from 643); Green value is 199 (78.12% from 255 or 30.95% from 643); Blue value is 253 (99.22% from 255 or 39.35% from 643); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFC7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC7FD is #403802. Grayscale: #CACACA. Windows color (decimal): -4208643 or 16631743. OLE color: 16631743.

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

Color convert

RGB191199253-
CMYK0.250.2100.01
HSL232.26º93.94%87.06%-
HSV(B)232.26º24.51%99.22%-
XYZ59.6459.02101.18-
YUV202.76156.35119.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.70%
GREEN value IS 199 (78.12% from 255) = 30.95%
BLUE value IS 253 (99.22% from 255) = 39.35%
R=29.70%
G=30.95%
B=39.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1911992530.250.2100.01232.2693.9487.06
HexBFC7FD191501e85e57
Octal277307375312501350136127
Binary1011111111000111111111011100110101011110100010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC7FD; }

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

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

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

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

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

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

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

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