#B8B7FE

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

Shades of Lavender Blue #B8B7FE

Tints of Lavender Blue #B8B7FE

Color information

#B8B7FE (or 0xB8B7FE) is unknown color: approx Lavender Blue. HEX triplet: B8, B7 and FE. RGB value is (184,183,254). Sum of RGB (Red+Green+Blue) = 184+183+254=621 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.63% from 621); Green value is 183 (71.88% from 255 or 29.47% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #B8B7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8B7FE is #474801. Grayscale: #BFBFBF. Windows color (decimal): -4671490 or 16693176. OLE color: 16693176.

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

Color convert

RGB184183254-
CMYK0.280.2800.00
HSL240.85º97.26%85.69%-
HSV(B)240.85º27.95%99.61%-
XYZ54.5951.21100.77-
YUV191.39163.33122.73-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.63%
GREEN value IS 183 (71.88% from 255) = 29.47%
BLUE value IS 254 (99.61% from 255) = 40.90%
R=29.63%
G=29.47%
B=40.90%

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
Decimal1841832540.280.2800.00240.8597.2685.69
HexB8B7FE1C1C00f16156
Octal270267376343400361141126
Binary1011100010110111111111101110011100001111000111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B7FE; }

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

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

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

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

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

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

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

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