#B9BBFD

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

Shades of Lavender Blue #B9BBFD

Tints of Lavender Blue #B9BBFD

Color information

#B9BBFD (or 0xB9BBFD) is unknown color: approx Lavender Blue. HEX triplet: B9, BB and FD. RGB value is (185,187,253). Sum of RGB (Red+Green+Blue) = 185+187+253=625 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.6% from 625); Green value is 187 (73.44% from 255 or 29.92% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #B9BBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BBFD is #464402. Grayscale: #C1C1C1. Windows color (decimal): -4604931 or 16628665. OLE color: 16628665.

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

Color convert

RGB185187253-
CMYK0.270.2600.01
HSL238.24º94.44%85.88%-
HSV(B)238.24º26.88%99.22%-
XYZ55.5152.95100.22-
YUV193.93161.34121.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.6%
GREEN value IS 187 (73.44% from 255) = 29.92%
BLUE value IS 253 (99.22% from 255) = 40.48%
R=29.6%
G=29.92%
B=40.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1851872530.270.2600.01238.2494.4485.88
HexB9BBFD1B1A01ee5e56
Octal271273375333201356136126
Binary1011100110111011111111011101111010011110111010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BBFD; }

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

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

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

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

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

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

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

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