#BFC5F7

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

Shades of Lavender Blue #BFC5F7

Tints of Lavender Blue #BFC5F7

Color information

#BFC5F7 (or 0xBFC5F7) is unknown color: approx Lavender Blue. HEX triplet: BF, C5 and F7. RGB value is (191,197,247). Sum of RGB (Red+Green+Blue) = 191+197+247=635 (84% of max value = 765). Red value is 191 (75% from 255 or 30.08% from 635); Green value is 197 (77.34% from 255 or 31.02% from 635); Blue value is 247 (96.88% from 255 or 38.90% from 635); Max value from RGB is 247 - color contains mainly: blue. Hex color #BFC5F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC5F7 is #403A08. Grayscale: #C8C8C8. Windows color (decimal): -4209161 or 16238015. OLE color: 16238015.

HSL color Cylindrical-coordinate representation of color #BFC5F7: hue angle of 233.57º 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 #BFC5F7 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB191197247-
CMYK0.230.2000.03
HSL233.57º77.78%85.88%-
HSV(B)233.57º22.67%96.86%-
XYZ58.2457.7296.07-
YUV200.91154.01120.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.08%
GREEN value IS 197 (77.34% from 255) = 31.02%
BLUE value IS 247 (96.88% from 255) = 38.90%
R=30.08%
G=31.02%
B=38.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1911972470.230.2000.03233.5777.7885.88
HexBFC5F7171403ea4e56
Octal277305367272403352116126
Binary10111111110001011111011110111101000111110101010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC5F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC5F7; }

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

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

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

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

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

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

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

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