#B8B7FF

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

Shades of Lavender Blue #B8B7FF

Tints of Lavender Blue #B8B7FF

Color information

#B8B7FF (or 0xB8B7FF) is unknown color: approx Lavender Blue. HEX triplet: B8, B7 and FF. RGB value is (184,183,255). Sum of RGB (Red+Green+Blue) = 184+183+255=622 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.58% from 622); Green value is 183 (71.88% from 255 or 29.42% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #B8B7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8B7FF is #474800. Grayscale: #BFBFBF. Windows color (decimal): -4671489 or 16758712. OLE color: 16758712.

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

Color convert

RGB184183255-
CMYK0.280.2800
HSL240.83º100%85.88%-
HSV(B)240.83º28.24%100%-
XYZ54.7551.28101.62-
YUV191.51163.83122.65-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.58%
GREEN value IS 183 (71.88% from 255) = 29.42%
BLUE value IS 255 (100% from 255) = 41.00%
R=29.58%
G=29.42%
B=41.00%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1841832550.280.2800240.8310085.88
HexB8B7FF1C1C00f16456
Octal270267377343400361144126
Binary1011100010110111111111111110011100001111000111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B7FF; }

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

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

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

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

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

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

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

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