#B7ACFF

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

Shades of Lavender Blue #B7ACFF

Tints of Lavender Blue #B7ACFF

Color information

#B7ACFF (or 0xB7ACFF) is unknown color: approx Lavender Blue. HEX triplet: B7, AC and FF. RGB value is (183,172,255). Sum of RGB (Red+Green+Blue) = 183+172+255=610 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30% from 610); Green value is 172 (67.58% from 255 or 28.20% 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 #B7ACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7ACFF is #485300. Grayscale: #B8B8B8. Windows color (decimal): -4739841 or 16755895. OLE color: 16755895.

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

Color convert

RGB183172255-
CMYK0.280.3300
HSL247.95º100%83.73%-
HSV(B)247.95º32.55%100%-
XYZ52.3346.79100.88-
YUV184.75167.64126.75-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30%
GREEN value IS 172 (67.58% from 255) = 28.20%
BLUE value IS 255 (100% from 255) = 41.80%
R=30%
G=28.20%
B=41.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1831722550.280.3300247.9510083.73
HexB7ACFF1C2100f86454
Octal267254377344100370144124
Binary10110111101011001111111111100100001001111100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ACFF; }

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

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

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

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

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

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

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

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