#BFC5FA

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

Shades of Lavender Blue #BFC5FA

Tints of Lavender Blue #BFC5FA

Color information

#BFC5FA (or 0xBFC5FA) is unknown color: approx Lavender Blue. HEX triplet: BF, C5 and FA. RGB value is (191,197,250). Sum of RGB (Red+Green+Blue) = 191+197+250=638 (84% of max value = 765). Red value is 191 (75% from 255 or 29.94% from 638); Green value is 197 (77.34% from 255 or 30.88% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFC5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC5FA is #403A05. Grayscale: #C9C9C9. Windows color (decimal): -4209158 or 16434623. OLE color: 16434623.

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

Color convert

RGB191197250-
CMYK0.240.2100.02
HSL233.9º85.51%86.47%-
HSV(B)233.9º23.6%98.04%-
XYZ58.7157.9198.53-
YUV201.25155.51120.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.94%
GREEN value IS 197 (77.34% from 255) = 30.88%
BLUE value IS 250 (98.05% from 255) = 39.18%
R=29.94%
G=30.88%
B=39.18%

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
Decimal1911972500.240.2100.02233.985.5186.47
HexBFC5FA181502ea5656
Octal277305372302502352126126
Binary10111111110001011111101011000101010101110101010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC5FA; }

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

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

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

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

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

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

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

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