#B8B8FE

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

Shades of Lavender Blue #B8B8FE

Tints of Lavender Blue #B8B8FE

Color information

#B8B8FE (or 0xB8B8FE) is unknown color: approx Lavender Blue. HEX triplet: B8, B8 and FE. RGB value is (184,184,254). Sum of RGB (Red+Green+Blue) = 184+184+254=622 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.58% from 622); Green value is 184 (72.27% from 255 or 29.58% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #B8B8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8B8FE is #474701. Grayscale: #BFBFBF. Windows color (decimal): -4671234 or 16693432. OLE color: 16693432.

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

Color convert

RGB184184254-
CMYK0.280.2800.00
HSL240º97.22%85.88%-
HSV(B)240º27.56%99.61%-
XYZ54.851.63100.84-
YUV191.98163122.31-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.58%
GREEN value IS 184 (72.27% from 255) = 29.58%
BLUE value IS 254 (99.61% from 255) = 40.84%
R=29.58%
G=29.58%
B=40.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1841842540.280.2800.0024097.2285.88
HexB8B8FE1C1C00f06156
Octal270270376343400360141126
Binary1011100010111000111111101110011100001111000011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B8FE; }

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

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

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

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

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

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

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

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