#B9B3FD

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

Shades of Lavender Blue #B9B3FD

Tints of Lavender Blue #B9B3FD

Color information

#B9B3FD (or 0xB9B3FD) is unknown color: approx Lavender Blue. HEX triplet: B9, B3 and FD. RGB value is (185,179,253). Sum of RGB (Red+Green+Blue) = 185+179+253=617 (81% of max value = 765). Red value is 185 (72.66% from 255 or 29.98% from 617); Green value is 179 (70.31% from 255 or 29.01% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #B9B3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9B3FD is #464C02. Grayscale: #BCBCBC. Windows color (decimal): -4606979 or 16626617. OLE color: 16626617.

HSL color Cylindrical-coordinate representation of color #B9B3FD: hue angle of 244.86º degrees, saturation: 0.95, 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 #B9B3FD is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB185179253-
CMYK0.270.2900.01
HSL244.86º94.87%84.71%-
HSV(B)244.86º29.25%99.22%-
XYZ53.8649.6599.67-
YUV189.23163.99124.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.98%
GREEN value IS 179 (70.31% from 255) = 29.01%
BLUE value IS 253 (99.22% from 255) = 41.00%
R=29.98%
G=29.01%
B=41.00%

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
Decimal1851792530.270.2900.01244.8694.8784.71
HexB9B3FD1B1D01f55f55
Octal271263375333501365137125
Binary1011100110110011111111011101111101011111010110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B3FD; }

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

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

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

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

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

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

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

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