#BFC5F5

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

Shades of Lavender Blue #BFC5F5

Tints of Lavender Blue #BFC5F5

Color information

#BFC5F5 (or 0xBFC5F5) is unknown color: approx Lavender Blue. HEX triplet: BF, C5 and F5. RGB value is (191,197,245). Sum of RGB (Red+Green+Blue) = 191+197+245=633 (83% of max value = 765). Red value is 191 (75% from 255 or 30.17% from 633); Green value is 197 (77.34% from 255 or 31.12% from 633); Blue value is 245 (96.09% from 255 or 38.70% from 633); Max value from RGB is 245 - color contains mainly: blue. Hex color #BFC5F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC5F5 is #403A0A. Grayscale: #C8C8C8. Windows color (decimal): -4209163 or 16106943. OLE color: 16106943.

HSL color Cylindrical-coordinate representation of color #BFC5F5: hue angle of 233.33º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFC5F5 is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB191197245-
CMYK0.220.2000.04
HSL233.33º72.97%85.49%-
HSV(B)233.33º22.04%96.08%-
XYZ57.9357.694.45-
YUV200.68153.01121.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.17%
GREEN value IS 197 (77.34% from 255) = 31.12%
BLUE value IS 245 (96.09% from 255) = 38.70%
R=30.17%
G=31.12%
B=38.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1911972450.220.2000.04233.3372.9785.49
HexBFC5F5161404e94955
Octal277305365262404351111125
Binary101111111100010111110101101101010001001110100110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC5F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC5F5; }

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

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

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

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

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

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

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

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