#B9BCFB

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

Shades of Lavender Blue #B9BCFB

Tints of Lavender Blue #B9BCFB

Color information

#B9BCFB (or 0xB9BCFB) is unknown color: approx Lavender Blue. HEX triplet: B9, BC and FB. RGB value is (185,188,251). Sum of RGB (Red+Green+Blue) = 185+188+251=624 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.65% from 624); Green value is 188 (73.83% from 255 or 30.13% from 624); Blue value is 251 (98.44% from 255 or 40.22% from 624); Max value from RGB is 251 - color contains mainly: blue. Hex color #B9BCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BCFB is #464304. Grayscale: #C2C2C2. Windows color (decimal): -4604677 or 16497849. OLE color: 16497849.

HSL color Cylindrical-coordinate representation of color #B9BCFB: hue angle of 237.27º degrees, saturation: 0.89, 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 #B9BCFB is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB185188251-
CMYK0.260.2500.02
HSL237.27º89.19%85.49%-
HSV(B)237.27º26.29%98.43%-
XYZ55.453.2598.62-
YUV194.28160.01121.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.65%
GREEN value IS 188 (73.83% from 255) = 30.13%
BLUE value IS 251 (98.44% from 255) = 40.22%
R=29.65%
G=30.13%
B=40.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1851882510.260.2500.02237.2789.1985.49
HexB9BCFB1A1902ed5955
Octal271274373323102355131125
Binary10111001101111001111101111010110010101110110110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BCFB; }

 p { color: rgb(185,188,251); }

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

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

 a { background-color: rgb(185,188,251); }

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

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

 span { border-color: rgb(185,188,251); }

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