#BFC6FE

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

Shades of Lavender Blue #BFC6FE

Tints of Lavender Blue #BFC6FE

Color information

#BFC6FE (or 0xBFC6FE) is unknown color: approx Lavender Blue. HEX triplet: BF, C6 and FE. RGB value is (191,198,254). Sum of RGB (Red+Green+Blue) = 191+198+254=643 (85% of max value = 765). Red value is 191 (75% from 255 or 29.70% from 643); Green value is 198 (77.73% from 255 or 30.79% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFC6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC6FE is #403901. Grayscale: #CACACA. Windows color (decimal): -4208898 or 16697023. OLE color: 16697023.

HSL color Cylindrical-coordinate representation of color #BFC6FE: hue angle of 233.33º 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 #BFC6FE is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB191198254-
CMYK0.250.2200.00
HSL233.33º96.92%87.25%-
HSV(B)233.33º24.8%99.61%-
XYZ59.5758.62101.94-
YUV202.29157.18119.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.70%
GREEN value IS 198 (77.73% from 255) = 30.79%
BLUE value IS 254 (99.61% from 255) = 39.50%
R=29.70%
G=30.79%
B=39.50%

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
Decimal1911982540.250.2200.00233.3396.9287.25
HexBFC6FE191600e96157
Octal277306376312600351141127
Binary1011111111000110111111101100110110001110100111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC6FE; }

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

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

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

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

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

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

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

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