#B7B8FF

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

Shades of Lavender Blue #B7B8FF

Tints of Lavender Blue #B7B8FF

Color information

#B7B8FF (or 0xB7B8FF) is unknown color: approx Lavender Blue. HEX triplet: B7, B8 and FF. RGB value is (183,184,255). Sum of RGB (Red+Green+Blue) = 183+184+255=622 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.42% from 622); Green value is 184 (72.27% from 255 or 29.58% 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 #B7B8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7B8FF is #484700. Grayscale: #BFBFBF. Windows color (decimal): -4736769 or 16758967. OLE color: 16758967.

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

Color convert

RGB183184255-
CMYK0.280.2800
HSL239.17º100%85.88%-
HSV(B)239.17º28.24%100%-
XYZ54.7251.57101.68-
YUV191.8163.67121.73-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.42%
GREEN value IS 184 (72.27% from 255) = 29.58%
BLUE value IS 255 (100% from 255) = 41.00%
R=29.42%
G=29.58%
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
Decimal1831842550.280.2800239.1710085.88
HexB7B8FF1C1C00ef6456
Octal267270377343400357144126
Binary1011011110111000111111111110011100001110111111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B8FF; }

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

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

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

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

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

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

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

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