#B8AFFF

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

Shades of Lavender Blue #B8AFFF

Tints of Lavender Blue #B8AFFF

Color information

#B8AFFF (or 0xB8AFFF) is unknown color: approx Lavender Blue. HEX triplet: B8, AF and FF. RGB value is (184,175,255). Sum of RGB (Red+Green+Blue) = 184+175+255=614 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.97% from 614); Green value is 175 (68.75% from 255 or 28.50% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #B8AFFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8AFFF is #475000. Grayscale: #BABABA. Windows color (decimal): -4673537 or 16756664. OLE color: 16756664.

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

Color convert

RGB184175255-
CMYK0.280.3100
HSL246.75º100%84.31%-
HSV(B)246.75º31.37%100%-
XYZ53.1548.07101.09-
YUV186.81166.48126-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.97%
GREEN value IS 175 (68.75% from 255) = 28.50%
BLUE value IS 255 (100% from 255) = 41.53%
R=29.97%
G=28.50%
B=41.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1841752550.280.3100246.7510084.31
HexB8AFFF1C1F00f76454
Octal270257377343700367144124
Binary1011100010101111111111111110011111001111011111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AFFF; }

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

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

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

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

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

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

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

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