#B8AFFD

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

Shades of Lavender Blue #B8AFFD

Tints of Lavender Blue #B8AFFD

Color information

#B8AFFD (or 0xB8AFFD) is unknown color: approx Lavender Blue. HEX triplet: B8, AF and FD. RGB value is (184,175,253). Sum of RGB (Red+Green+Blue) = 184+175+253=612 (81% of max value = 765). Red value is 184 (72.27% from 255 or 30.07% from 612); Green value is 175 (68.75% from 255 or 28.59% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #B8AFFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8AFFD is #475002. Grayscale: #BABABA. Windows color (decimal): -4673539 or 16625592. OLE color: 16625592.

HSL color Cylindrical-coordinate representation of color #B8AFFD: hue angle of 246.92º 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 #B8AFFD is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB184175253-
CMYK0.270.3100.01
HSL246.92º95.12%83.92%-
HSV(B)246.92º30.83%99.22%-
XYZ52.8347.9499.4-
YUV186.58165.48126.16-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.07%
GREEN value IS 175 (68.75% from 255) = 28.59%
BLUE value IS 253 (99.22% from 255) = 41.34%
R=30.07%
G=28.59%
B=41.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1841752530.270.3100.01246.9295.1283.92
HexB8AFFD1B1F01f75f54
Octal270257375333701367137124
Binary1011100010101111111111011101111111011111011110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AFFD; }

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

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

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

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

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

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

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

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