#B9B3FC

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

Shades of Lavender Blue #B9B3FC

Tints of Lavender Blue #B9B3FC

Color information

#B9B3FC (or 0xB9B3FC) is unknown color: approx Lavender Blue. HEX triplet: B9, B3 and FC. RGB value is (185,179,252). Sum of RGB (Red+Green+Blue) = 185+179+252=616 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.03% from 616); Green value is 179 (70.31% from 255 or 29.06% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #B9B3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9B3FC is #464C03. Grayscale: #BCBCBC. Windows color (decimal): -4606980 or 16561081. OLE color: 16561081.

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

Color convert

RGB185179252-
CMYK0.270.2900.01
HSL244.93º92.41%84.51%-
HSV(B)244.93º28.97%98.82%-
XYZ53.749.5898.84-
YUV189.12163.49125.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.03%
GREEN value IS 179 (70.31% from 255) = 29.06%
BLUE value IS 252 (98.83% from 255) = 40.91%
R=30.03%
G=29.06%
B=40.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1851792520.270.2900.01244.9392.4184.51
HexB9B3FC1B1D01f55c55
Octal271263374333501365134125
Binary1011100110110011111111001101111101011111010110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B3FC; }

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

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

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

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

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

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

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

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