#B9B8FE

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

Shades of Lavender Blue #B9B8FE

Tints of Lavender Blue #B9B8FE

Color information

#B9B8FE (or 0xB9B8FE) is unknown color: approx Lavender Blue. HEX triplet: B9, B8 and FE. RGB value is (185,184,254). Sum of RGB (Red+Green+Blue) = 185+184+254=623 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.70% from 623); Green value is 184 (72.27% from 255 or 29.53% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9B8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9B8FE is #464701. Grayscale: #C0C0C0. Windows color (decimal): -4605698 or 16693433. OLE color: 16693433.

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

Color convert

RGB185184254-
CMYK0.270.2800.00
HSL240.86º97.22%85.88%-
HSV(B)240.86º27.56%99.61%-
XYZ55.0451.75100.85-
YUV192.28162.83122.81-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.70%
GREEN value IS 184 (72.27% from 255) = 29.53%
BLUE value IS 254 (99.61% from 255) = 40.77%
R=29.70%
G=29.53%
B=40.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1851842540.270.2800.00240.8697.2285.88
HexB9B8FE1B1C00f16156
Octal271270376333400361141126
Binary1011100110111000111111101101111100001111000111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B8FE; }

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

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

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

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

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

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

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

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