#B8B9FE

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

Shades of Lavender Blue #B8B9FE

Tints of Lavender Blue #B8B9FE

Color information

#B8B9FE (or 0xB8B9FE) is unknown color: approx Lavender Blue. HEX triplet: B8, B9 and FE. RGB value is (184,185,254). Sum of RGB (Red+Green+Blue) = 184+185+254=623 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.53% from 623); Green value is 185 (72.66% from 255 or 29.70% 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 #B8B9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8B9FE is #474601. Grayscale: #C0C0C0. Windows color (decimal): -4670978 or 16693688. OLE color: 16693688.

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

Color convert

RGB184185254-
CMYK0.280.2700.00
HSL239.14º97.22%85.88%-
HSV(B)239.14º27.56%99.61%-
XYZ55.0152.04100.91-
YUV192.57162.67121.89-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1841852540.280.2700.00239.1497.2285.88
HexB8B9FE1C1B00ef6156
Octal270271376343300357141126
Binary1011100010111001111111101110011011001110111111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B9FE; }

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

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

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

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

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

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

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

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