#BFC3F7

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

Shades of Lavender Blue #BFC3F7

Tints of Lavender Blue #BFC3F7

Color information

#BFC3F7 (or 0xBFC3F7) is unknown color: approx Lavender Blue. HEX triplet: BF, C3 and F7. RGB value is (191,195,247). Sum of RGB (Red+Green+Blue) = 191+195+247=633 (83% of max value = 765). Red value is 191 (75% from 255 or 30.17% from 633); Green value is 195 (76.56% from 255 or 30.81% from 633); Blue value is 247 (96.88% from 255 or 39.02% from 633); Max value from RGB is 247 - color contains mainly: blue. Hex color #BFC3F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC3F7 is #403C08. Grayscale: #C7C7C7. Windows color (decimal): -4209673 or 16237503. OLE color: 16237503.

HSL color Cylindrical-coordinate representation of color #BFC3F7: hue angle of 235.71º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFC3F7 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB191195247-
CMYK0.230.2100.03
HSL235.71º77.78%85.88%-
HSV(B)235.71º22.67%96.86%-
XYZ57.7956.8295.92-
YUV199.73154.67121.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.17%
GREEN value IS 195 (76.56% from 255) = 30.81%
BLUE value IS 247 (96.88% from 255) = 39.02%
R=30.17%
G=30.81%
B=39.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1911952470.230.2100.03235.7177.7885.88
HexBFC3F7171503ec4e56
Octal277303367272503354116126
Binary10111111110000111111011110111101010111110110010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC3F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC3F7; }

 p { color: rgb(191,195,247); }

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

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

 a { background-color: rgb(191,195,247); }

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

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

 span { border-color: rgb(191,195,247); }

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