#B6AEFF

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

Shades of Lavender Blue #B6AEFF

Tints of Lavender Blue #B6AEFF

Color information

#B6AEFF (or 0xB6AEFF) is unknown color: approx Lavender Blue. HEX triplet: B6, AE and FF. RGB value is (182,174,255). Sum of RGB (Red+Green+Blue) = 182+174+255=611 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.79% from 611); Green value is 174 (68.36% from 255 or 28.48% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6AEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6AEFF is #495100. Grayscale: #B9B9B9. Windows color (decimal): -4804865 or 16756406. OLE color: 16756406.

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

Color convert

RGB182174255-
CMYK0.290.3200
HSL245.93º100%84.12%-
HSV(B)245.93º31.76%100%-
XYZ52.4847.44101-
YUV185.63167.15125.41-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.79%
GREEN value IS 174 (68.36% from 255) = 28.48%
BLUE value IS 255 (100% from 255) = 41.73%
R=29.79%
G=28.48%
B=41.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1821742550.290.3200245.9310084.12
HexB6AEFF1D2000f66454
Octal266256377354000366144124
Binary10110110101011101111111111101100000001111011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AEFF; }

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

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

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

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

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

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

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

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