#BFC1F3

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

Shades of Lavender Blue #BFC1F3

Tints of Lavender Blue #BFC1F3

Color information

#BFC1F3 (or 0xBFC1F3) is unknown color: approx Lavender Blue. HEX triplet: BF, C1 and F3. RGB value is (191,193,243). Sum of RGB (Red+Green+Blue) = 191+193+243=627 (83% of max value = 765). Red value is 191 (75% from 255 or 30.46% from 627); Green value is 193 (75.78% from 255 or 30.78% from 627); Blue value is 243 (95.31% from 255 or 38.76% from 627); Max value from RGB is 243 - color contains mainly: blue. Hex color #BFC1F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC1F3 is #403E0C. Grayscale: #C5C5C5. Windows color (decimal): -4210189 or 15974847. OLE color: 15974847.

HSL color Cylindrical-coordinate representation of color #BFC1F3: hue angle of 237.69º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFC1F3 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB191193243-
CMYK0.210.2100.05
HSL237.69º68.42%85.1%-
HSV(B)237.69º21.4%95.29%-
XYZ56.7355.6992.55-
YUV198.1153.34122.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.46%
GREEN value IS 193 (75.78% from 255) = 30.78%
BLUE value IS 243 (95.31% from 255) = 38.76%
R=30.46%
G=30.78%
B=38.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1911932430.210.2100.05237.6968.4285.1
HexBFC1F3151505ee4455
Octal277301363252505356104125
Binary101111111100000111110011101011010101011110111010001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC1F3; }

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

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

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

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

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

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

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

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