#B9B9FE

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

Shades of Lavender Blue #B9B9FE

Tints of Lavender Blue #B9B9FE

Color information

#B9B9FE (or 0xB9B9FE) is unknown color: approx Lavender Blue. HEX triplet: B9, B9 and FE. RGB value is (185,185,254). Sum of RGB (Red+Green+Blue) = 185+185+254=624 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.65% from 624); Green value is 185 (72.66% from 255 or 29.65% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9B9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9B9FE is #464601. Grayscale: #C0C0C0. Windows color (decimal): -4605442 or 16693689. OLE color: 16693689.

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

Color convert

RGB185185254-
CMYK0.270.2700.00
HSL240º97.18%86.08%-
HSV(B)240º27.17%99.61%-
XYZ55.2552.17100.92-
YUV192.87162.5122.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.65%
GREEN value IS 185 (72.66% from 255) = 29.65%
BLUE value IS 254 (99.61% from 255) = 40.71%
R=29.65%
G=29.65%
B=40.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1851852540.270.2700.0024097.1886.08
HexB9B9FE1B1B00f06156
Octal271271376333300360141126
Binary1011100110111001111111101101111011001111000011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B9FE; }

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

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

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

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

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

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

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

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