#B6ACFF

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

Shades of Lavender Blue #B6ACFF

Tints of Lavender Blue #B6ACFF

Color information

#B6ACFF (or 0xB6ACFF) is unknown color: approx Lavender Blue. HEX triplet: B6, AC and FF. RGB value is (182,172,255). Sum of RGB (Red+Green+Blue) = 182+172+255=609 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.89% from 609); Green value is 172 (67.58% from 255 or 28.24% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6ACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6ACFF is #495300. Grayscale: #B8B8B8. Windows color (decimal): -4805377 or 16755894. OLE color: 16755894.

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

Color convert

RGB182172255-
CMYK0.290.3300
HSL247.23º100%83.73%-
HSV(B)247.23º32.55%100%-
XYZ52.0946.67100.87-
YUV184.45167.81126.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.89%
GREEN value IS 172 (67.58% from 255) = 28.24%
BLUE value IS 255 (100% from 255) = 41.87%
R=29.89%
G=28.24%
B=41.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1821722550.290.3300247.2310083.73
HexB6ACFF1D2100f76454
Octal266254377354100367144124
Binary10110110101011001111111111101100001001111011111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ACFF; }

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

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

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

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

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

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

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

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