#B7B3FF

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

Shades of Lavender Blue #B7B3FF

Tints of Lavender Blue #B7B3FF

Color information

#B7B3FF (or 0xB7B3FF) is unknown color: approx Lavender Blue. HEX triplet: B7, B3 and FF. RGB value is (183,179,255). Sum of RGB (Red+Green+Blue) = 183+179+255=617 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.66% from 617); Green value is 179 (70.31% from 255 or 29.01% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #B7B3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7B3FF is #484C00. Grayscale: #BCBCBC. Windows color (decimal): -4738049 or 16757687. OLE color: 16757687.

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

Color convert

RGB183179255-
CMYK0.280.3000
HSL243.16º100%85.1%-
HSV(B)243.16º29.8%100%-
XYZ53.749.53101.34-
YUV188.86165.33123.82-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.66%
GREEN value IS 179 (70.31% from 255) = 29.01%
BLUE value IS 255 (100% from 255) = 41.33%
R=29.66%
G=29.01%
B=41.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1831792550.280.3000243.1610085.1
HexB7B3FF1C1E00f36455
Octal267263377343600363144125
Binary1011011110110011111111111110011110001111001111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B3FF; }

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

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

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

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

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

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

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

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