#BFC4FE

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

Shades of Lavender Blue #BFC4FE

Tints of Lavender Blue #BFC4FE

Color information

#BFC4FE (or 0xBFC4FE) is unknown color: approx Lavender Blue. HEX triplet: BF, C4 and FE. RGB value is (191,196,254). Sum of RGB (Red+Green+Blue) = 191+196+254=641 (84% of max value = 765). Red value is 191 (75% from 255 or 29.80% from 641); Green value is 196 (76.95% from 255 or 30.58% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFC4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC4FE is #403B01. Grayscale: #C8C8C8. Windows color (decimal): -4209410 or 16696511. OLE color: 16696511.

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

Color convert

RGB191196254-
CMYK0.250.2300.00
HSL235.24º96.92%87.25%-
HSV(B)235.24º24.8%99.61%-
XYZ59.1257.71101.79-
YUV201.12157.84120.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.80%
GREEN value IS 196 (76.95% from 255) = 30.58%
BLUE value IS 254 (99.61% from 255) = 39.63%
R=29.80%
G=30.58%
B=39.63%

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
Decimal1911962540.250.2300.00235.2496.9287.25
HexBFC4FE191700eb6157
Octal277304376312700353141127
Binary1011111111000100111111101100110111001110101111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC4FE; }

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

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

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

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

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

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

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

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