#BFC6FA

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

Shades of Lavender Blue #BFC6FA

Tints of Lavender Blue #BFC6FA

Color information

#BFC6FA (or 0xBFC6FA) is unknown color: approx Lavender Blue. HEX triplet: BF, C6 and FA. RGB value is (191,198,250). Sum of RGB (Red+Green+Blue) = 191+198+250=639 (84% of max value = 765). Red value is 191 (75% from 255 or 29.89% from 639); Green value is 198 (77.73% from 255 or 30.99% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFC6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC6FA is #403905. Grayscale: #C9C9C9. Windows color (decimal): -4208902 or 16434879. OLE color: 16434879.

HSL color Cylindrical-coordinate representation of color #BFC6FA: hue angle of 232.88º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFC6FA is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191198250-
CMYK0.240.2100.02
HSL232.88º85.51%86.47%-
HSV(B)232.88º23.6%98.04%-
XYZ58.9458.3798.6-
YUV201.83155.18120.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.89%
GREEN value IS 198 (77.73% from 255) = 30.99%
BLUE value IS 250 (98.05% from 255) = 39.12%
R=29.89%
G=30.99%
B=39.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1911982500.240.2100.02232.8885.5186.47
HexBFC6FA181502e95656
Octal277306372302502351126126
Binary10111111110001101111101011000101010101110100110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC6FA; }

 p { color: rgb(191,198,250); }

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

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

 a { background-color: rgb(191,198,250); }

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

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

 span { border-color: rgb(191,198,250); }

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