#B7AFFD

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

Shades of Lavender Blue #B7AFFD

Tints of Lavender Blue #B7AFFD

Color information

#B7AFFD (or 0xB7AFFD) is unknown color: approx Lavender Blue. HEX triplet: B7, AF and FD. RGB value is (183,175,253). Sum of RGB (Red+Green+Blue) = 183+175+253=611 (80% of max value = 765). Red value is 183 (71.88% from 255 or 29.95% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #B7AFFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7AFFD is #485002. Grayscale: #B9B9B9. Windows color (decimal): -4739075 or 16625591. OLE color: 16625591.

HSL color Cylindrical-coordinate representation of color #B7AFFD: hue angle of 246.15º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B7AFFD is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB183175253-
CMYK0.280.3100.01
HSL246.15º95.12%83.92%-
HSV(B)246.15º30.83%99.22%-
XYZ52.5947.8299.39-
YUV186.28165.65125.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.95%
GREEN value IS 175 (68.75% from 255) = 28.64%
BLUE value IS 253 (99.22% from 255) = 41.41%
R=29.95%
G=28.64%
B=41.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1831752530.280.3100.01246.1595.1283.92
HexB7AFFD1C1F01f65f54
Octal267257375343701366137124
Binary1011011110101111111111011110011111011111011010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AFFD; }

 p { color: rgb(183,175,253); }

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

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

 a { background-color: rgb(183,175,253); }

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

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

 span { border-color: rgb(183,175,253); }

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