#BFC4F3

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

Shades of Lavender Blue #BFC4F3

Tints of Lavender Blue #BFC4F3

Color information

#BFC4F3 (or 0xBFC4F3) is unknown color: approx Lavender Blue. HEX triplet: BF, C4 and F3. RGB value is (191,196,243). Sum of RGB (Red+Green+Blue) = 191+196+243=630 (83% of max value = 765). Red value is 191 (75% from 255 or 30.32% from 630); Green value is 196 (76.95% from 255 or 31.11% from 630); Blue value is 243 (95.31% from 255 or 38.57% from 630); Max value from RGB is 243 - color contains mainly: blue. Hex color #BFC4F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC4F3 is #403B0C. Grayscale: #C7C7C7. Windows color (decimal): -4209421 or 15975615. OLE color: 15975615.

HSL color Cylindrical-coordinate representation of color #BFC4F3: hue angle of 234.23º 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 #BFC4F3 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB191196243-
CMYK0.210.1900.05
HSL234.23º68.42%85.1%-
HSV(B)234.23º21.4%95.29%-
XYZ57.457.0392.78-
YUV199.86152.34121.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.32%
GREEN value IS 196 (76.95% from 255) = 31.11%
BLUE value IS 243 (95.31% from 255) = 38.57%
R=30.32%
G=31.11%
B=38.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1911962430.210.1900.05234.2368.4285.1
HexBFC4F3151305ea4455
Octal277304363252305352104125
Binary101111111100010011110011101011001101011110101010001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC4F3; }

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

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

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

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

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

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

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

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