#BFC3FE

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

Shades of Lavender Blue #BFC3FE

Tints of Lavender Blue #BFC3FE

Color information

#BFC3FE (or 0xBFC3FE) is unknown color: approx Lavender Blue. HEX triplet: BF, C3 and FE. RGB value is (191,195,254). Sum of RGB (Red+Green+Blue) = 191+195+254=640 (84% of max value = 765). Red value is 191 (75% from 255 or 29.84% from 640); Green value is 195 (76.56% from 255 or 30.47% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFC3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC3FE is #403C01. Grayscale: #C8C8C8. Windows color (decimal): -4209666 or 16696255. OLE color: 16696255.

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

Color convert

RGB191195254-
CMYK0.250.2300.00
HSL236.19º96.92%87.25%-
HSV(B)236.19º24.8%99.61%-
XYZ58.8957.26101.71-
YUV200.53158.17121.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.84%
GREEN value IS 195 (76.56% from 255) = 30.47%
BLUE value IS 254 (99.61% from 255) = 39.69%
R=29.84%
G=30.47%
B=39.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1911952540.250.2300.00236.1996.9287.25
HexBFC3FE191700ec6157
Octal277303376312700354141127
Binary1011111111000011111111101100110111001110110011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC3FE; }

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

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

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

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

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

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

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

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