#BFB9FC

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

Shades of Lavender Blue #BFB9FC

Tints of Lavender Blue #BFB9FC

Color information

#BFB9FC (or 0xBFB9FC) is unknown color: approx Lavender Blue. HEX triplet: BF, B9 and FC. RGB value is (191,185,252). Sum of RGB (Red+Green+Blue) = 191+185+252=628 (83% of max value = 765). Red value is 191 (75% from 255 or 30.41% from 628); Green value is 185 (72.66% from 255 or 29.46% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #BFB9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB9FC is #404603. Grayscale: #C2C2C2. Windows color (decimal): -4212228 or 16562623. OLE color: 16562623.

HSL color Cylindrical-coordinate representation of color #BFB9FC: hue angle of 245.37º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFB9FC is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB191185252-
CMYK0.240.2700.01
HSL245.37º91.78%85.69%-
HSV(B)245.37º26.59%98.82%-
XYZ56.4152.899.31-
YUV194.43160.49125.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.41%
GREEN value IS 185 (72.66% from 255) = 29.46%
BLUE value IS 252 (98.83% from 255) = 40.13%
R=30.41%
G=29.46%
B=40.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1911852520.240.2700.01245.3791.7885.69
HexBFB9FC181B01f55c56
Octal277271374303301365134126
Binary1011111110111001111111001100011011011111010110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB9FC; }

 p { color: rgb(191,185,252); }

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

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

 a { background-color: rgb(191,185,252); }

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

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

 span { border-color: rgb(191,185,252); }

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