#B7B7FE

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

Shades of Lavender Blue #B7B7FE

Tints of Lavender Blue #B7B7FE

Color information

#B7B7FE (or 0xB7B7FE) is unknown color: approx Lavender Blue. HEX triplet: B7, B7 and FE. RGB value is (183,183,254). Sum of RGB (Red+Green+Blue) = 183+183+254=620 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.52% from 620); Green value is 183 (71.88% from 255 or 29.52% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #B7B7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7B7FE is #484801. Grayscale: #BEBEBE. Windows color (decimal): -4737026 or 16693175. OLE color: 16693175.

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

Color convert

RGB183183254-
CMYK0.280.2800.00
HSL240º97.26%85.69%-
HSV(B)240º27.95%99.61%-
XYZ54.3551.09100.76-
YUV191.09163.5122.23-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.52%
GREEN value IS 183 (71.88% from 255) = 29.52%
BLUE value IS 254 (99.61% from 255) = 40.97%
R=29.52%
G=29.52%
B=40.97%

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
Decimal1831832540.280.2800.0024097.2685.69
HexB7B7FE1C1C00f06156
Octal267267376343400360141126
Binary1011011110110111111111101110011100001111000011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B7FE; }

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

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

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

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

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

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

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

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