#BFC7FE

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

Shades of Lavender Blue #BFC7FE

Tints of Lavender Blue #BFC7FE

Color information

#BFC7FE (or 0xBFC7FE) is unknown color: approx Lavender Blue. HEX triplet: BF, C7 and FE. RGB value is (191,199,254). Sum of RGB (Red+Green+Blue) = 191+199+254=644 (85% of max value = 765). Red value is 191 (75% from 255 or 29.66% from 644); Green value is 199 (78.12% from 255 or 30.90% from 644); Blue value is 254 (99.61% from 255 or 39.44% from 644); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFC7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC7FE is #403801. Grayscale: #CACACA. Windows color (decimal): -4208642 or 16697279. OLE color: 16697279.

HSL color Cylindrical-coordinate representation of color #BFC7FE: hue angle of 232.38º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFC7FE is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB191199254-
CMYK0.250.2200.00
HSL232.38º96.92%87.25%-
HSV(B)232.38º24.8%99.61%-
XYZ59.859.08102.02-
YUV202.88156.85119.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.66%
GREEN value IS 199 (78.12% from 255) = 30.90%
BLUE value IS 254 (99.61% from 255) = 39.44%
R=29.66%
G=30.90%
B=39.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1911992540.250.2200.00232.3896.9287.25
HexBFC7FE191600e86157
Octal277307376312600350141127
Binary1011111111000111111111101100110110001110100011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC7FE; }

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

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

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

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

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

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

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

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