#BFC1FE

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

Shades of Lavender Blue #BFC1FE

Tints of Lavender Blue #BFC1FE

Color information

#BFC1FE (or 0xBFC1FE) is unknown color: approx Lavender Blue. HEX triplet: BF, C1 and FE. RGB value is (191,193,254). Sum of RGB (Red+Green+Blue) = 191+193+254=638 (84% of max value = 765). Red value is 191 (75% from 255 or 29.94% from 638); Green value is 193 (75.78% from 255 or 30.25% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFC1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC1FE is #403E01. Grayscale: #C7C7C7. Windows color (decimal): -4210178 or 16695743. OLE color: 16695743.

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

Color convert

RGB191193254-
CMYK0.250.2400.00
HSL238.1º96.92%87.25%-
HSV(B)238.1º24.8%99.61%-
XYZ58.4556.37101.57-
YUV199.36158.84122.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.94%
GREEN value IS 193 (75.78% from 255) = 30.25%
BLUE value IS 254 (99.61% from 255) = 39.81%
R=29.94%
G=30.25%
B=39.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1911932540.250.2400.00238.196.9287.25
HexBFC1FE191800ee6157
Octal277301376313000356141127
Binary1011111111000001111111101100111000001110111011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC1FE; }

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

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

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

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

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

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

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

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