#B6ADFF

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

Shades of Lavender Blue #B6ADFF

Tints of Lavender Blue #B6ADFF

Color information

#B6ADFF (or 0xB6ADFF) is unknown color: approx Lavender Blue. HEX triplet: B6, AD and FF. RGB value is (182,173,255). Sum of RGB (Red+Green+Blue) = 182+173+255=610 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.84% from 610); Green value is 173 (67.97% from 255 or 28.36% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6ADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6ADFF is #495200. Grayscale: #B8B8B8. Windows color (decimal): -4805121 or 16756150. OLE color: 16756150.

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

Color convert

RGB182173255-
CMYK0.290.3200
HSL246.59º100%83.92%-
HSV(B)246.59º32.16%100%-
XYZ52.2847.05100.93-
YUV185.04167.48125.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.84%
GREEN value IS 173 (67.97% from 255) = 28.36%
BLUE value IS 255 (100% from 255) = 41.80%
R=29.84%
G=28.36%
B=41.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1821732550.290.3200246.5910083.92
HexB6ADFF1D2000f76454
Octal266255377354000367144124
Binary10110110101011011111111111101100000001111011111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ADFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ADFF; }

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

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

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

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

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

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

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

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