#B9BAFA

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

Shades of Lavender Blue #B9BAFA

Tints of Lavender Blue #B9BAFA

Color information

#B9BAFA (or 0xB9BAFA) is unknown color: approx Lavender Blue. HEX triplet: B9, BA and FA. RGB value is (185,186,250). Sum of RGB (Red+Green+Blue) = 185+186+250=621 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.79% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #B9BAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BAFA is #464505. Grayscale: #C0C0C0. Windows color (decimal): -4605190 or 16431801. OLE color: 16431801.

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

Color convert

RGB185186250-
CMYK0.260.2600.02
HSL239.08º86.67%85.29%-
HSV(B)239.08º26%98.04%-
XYZ54.8252.3397.65-
YUV193160.17122.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.79%
GREEN value IS 186 (73.05% from 255) = 29.95%
BLUE value IS 250 (98.05% from 255) = 40.26%
R=29.79%
G=29.95%
B=40.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1851862500.260.2600.02239.0886.6785.29
HexB9BAFA1A1A02ef5755
Octal271272372323202357127125
Binary10111001101110101111101011010110100101110111110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BAFA; }

 p { color: rgb(185,186,250); }

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

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

 a { background-color: rgb(185,186,250); }

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

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

 span { border-color: rgb(185,186,250); }

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