#B9BCFE

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

Shades of Lavender Blue #B9BCFE

Tints of Lavender Blue #B9BCFE

Color information

#B9BCFE (or 0xB9BCFE) is unknown color: approx Lavender Blue. HEX triplet: B9, BC and FE. RGB value is (185,188,254). Sum of RGB (Red+Green+Blue) = 185+188+254=627 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.51% from 627); Green value is 188 (73.83% from 255 or 29.98% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9BCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BCFE is #464301. Grayscale: #C2C2C2. Windows color (decimal): -4604674 or 16694457. OLE color: 16694457.

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

Color convert

RGB185188254-
CMYK0.270.2600.00
HSL237.39º97.18%86.08%-
HSV(B)237.39º27.17%99.61%-
XYZ55.8853.44101.14-
YUV194.63161.51121.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.51%
GREEN value IS 188 (73.83% from 255) = 29.98%
BLUE value IS 254 (99.61% from 255) = 40.51%
R=29.51%
G=29.98%
B=40.51%

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
Decimal1851882540.270.2600.00237.3997.1886.08
HexB9BCFE1B1A00ed6156
Octal271274376333200355141126
Binary1011100110111100111111101101111010001110110111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BCFE; }

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

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

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

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

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

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

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

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