#BFC4FB

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

Shades of Lavender Blue #BFC4FB

Tints of Lavender Blue #BFC4FB

Color information

#BFC4FB (or 0xBFC4FB) is unknown color: approx Lavender Blue. HEX triplet: BF, C4 and FB. RGB value is (191,196,251). Sum of RGB (Red+Green+Blue) = 191+196+251=638 (84% of max value = 765). Red value is 191 (75% from 255 or 29.94% from 638); Green value is 196 (76.95% from 255 or 30.72% from 638); Blue value is 251 (98.44% from 255 or 39.34% from 638); Max value from RGB is 251 - color contains mainly: blue. Hex color #BFC4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC4FB is #403B04. Grayscale: #C8C8C8. Windows color (decimal): -4209413 or 16499903. OLE color: 16499903.

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

Color convert

RGB191196251-
CMYK0.240.2200.02
HSL235º88.24%86.67%-
HSV(B)235º23.9%98.43%-
XYZ58.6457.5299.28-
YUV200.78156.34121.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.94%
GREEN value IS 196 (76.95% from 255) = 30.72%
BLUE value IS 251 (98.44% from 255) = 39.34%
R=29.94%
G=30.72%
B=39.34%

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
Decimal1911962510.240.2200.0223588.2486.67
HexBFC4FB181602eb5857
Octal277304373302602353130127
Binary10111111110001001111101111000101100101110101110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC4FB; }

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

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

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

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

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

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

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

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