#B6B3FF

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

Shades of Lavender Blue #B6B3FF

Tints of Lavender Blue #B6B3FF

Color information

#B6B3FF (or 0xB6B3FF) is unknown color: approx Lavender Blue. HEX triplet: B6, B3 and FF. RGB value is (182,179,255). Sum of RGB (Red+Green+Blue) = 182+179+255=616 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.55% from 616); Green value is 179 (70.31% from 255 or 29.06% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6B3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6B3FF is #494C00. Grayscale: #BCBCBC. Windows color (decimal): -4803585 or 16757686. OLE color: 16757686.

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

Color convert

RGB182179255-
CMYK0.290.3000
HSL242.37º100%85.1%-
HSV(B)242.37º29.8%100%-
XYZ53.4649.41101.33-
YUV188.56165.49123.32-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.55%
GREEN value IS 179 (70.31% from 255) = 29.06%
BLUE value IS 255 (100% from 255) = 41.40%
R=29.55%
G=29.06%
B=41.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1821792550.290.3000242.3710085.1
HexB6B3FF1D1E00f26455
Octal266263377353600362144125
Binary1011011010110011111111111110111110001111001011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B3FF; }

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

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

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

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

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

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

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

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