#B9BBFE

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

Shades of Lavender Blue #B9BBFE

Tints of Lavender Blue #B9BBFE

Color information

#B9BBFE (or 0xB9BBFE) is unknown color: approx Lavender Blue. HEX triplet: B9, BB and FE. RGB value is (185,187,254). Sum of RGB (Red+Green+Blue) = 185+187+254=626 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.55% from 626); Green value is 187 (73.44% from 255 or 29.87% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9BBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BBFE is #464401. Grayscale: #C1C1C1. Windows color (decimal): -4604930 or 16694201. OLE color: 16694201.

HSL color Cylindrical-coordinate representation of color #B9BBFE: hue angle of 238.26º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9BBFE is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB185187254-
CMYK0.270.2600.00
HSL238.26º97.18%86.08%-
HSV(B)238.26º27.17%99.61%-
XYZ55.6753.01101.06-
YUV194.04161.84121.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.55%
GREEN value IS 187 (73.44% from 255) = 29.87%
BLUE value IS 254 (99.61% from 255) = 40.58%
R=29.55%
G=29.87%
B=40.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1851872540.270.2600.00238.2697.1886.08
HexB9BBFE1B1A00ee6156
Octal271273376333200356141126
Binary1011100110111011111111101101111010001110111011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BBFE; }

 p { color: rgb(185,187,254); }

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

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

 a { background-color: rgb(185,187,254); }

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

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

 span { border-color: rgb(185,187,254); }

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