#BFC5FB

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

Shades of Lavender Blue #BFC5FB

Tints of Lavender Blue #BFC5FB

Color information

#BFC5FB (or 0xBFC5FB) is unknown color: approx Lavender Blue. HEX triplet: BF, C5 and FB. RGB value is (191,197,251). Sum of RGB (Red+Green+Blue) = 191+197+251=639 (84% of max value = 765). Red value is 191 (75% from 255 or 29.89% from 639); Green value is 197 (77.34% from 255 or 30.83% from 639); Blue value is 251 (98.44% from 255 or 39.28% from 639); Max value from RGB is 251 - color contains mainly: blue. Hex color #BFC5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC5FB is #403A04. Grayscale: #C9C9C9. Windows color (decimal): -4209157 or 16500159. OLE color: 16500159.

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

Color convert

RGB191197251-
CMYK0.240.2200.02
HSL234º88.24%86.67%-
HSV(B)234º23.9%98.43%-
XYZ58.8657.9799.35-
YUV201.36156.01120.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.89%
GREEN value IS 197 (77.34% from 255) = 30.83%
BLUE value IS 251 (98.44% from 255) = 39.28%
R=29.89%
G=30.83%
B=39.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1911972510.240.2200.0223488.2486.67
HexBFC5FB181602ea5857
Octal277305373302602352130127
Binary10111111110001011111101111000101100101110101010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC5FB; }

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

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

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

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

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

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

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

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