#BFC1FA

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

Shades of Lavender Blue #BFC1FA

Tints of Lavender Blue #BFC1FA

Color information

#BFC1FA (or 0xBFC1FA) is unknown color: approx Lavender Blue. HEX triplet: BF, C1 and FA. RGB value is (191,193,250). Sum of RGB (Red+Green+Blue) = 191+193+250=634 (83% of max value = 765). Red value is 191 (75% from 255 or 30.13% from 634); Green value is 193 (75.78% from 255 or 30.44% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFC1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC1FA is #403E05. Grayscale: #C6C6C6. Windows color (decimal): -4210182 or 16433599. OLE color: 16433599.

HSL color Cylindrical-coordinate representation of color #BFC1FA: hue angle of 237.97º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFC1FA is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191193250-
CMYK0.240.2300.02
HSL237.97º85.51%86.47%-
HSV(B)237.97º23.6%98.04%-
XYZ57.8156.1298.23-
YUV198.9156.84122.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.13%
GREEN value IS 193 (75.78% from 255) = 30.44%
BLUE value IS 250 (98.05% from 255) = 39.43%
R=30.13%
G=30.44%
B=39.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1911932500.240.2300.02237.9785.5186.47
HexBFC1FA181702ee5656
Octal277301372302702356126126
Binary10111111110000011111101011000101110101110111010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC1FA; }

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

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

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

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

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

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

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

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