#B9AEFF

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

Shades of Lavender Blue #B9AEFF

Tints of Lavender Blue #B9AEFF

Color information

#B9AEFF (or 0xB9AEFF) is unknown color: approx Lavender Blue. HEX triplet: B9, AE and FF. RGB value is (185,174,255). Sum of RGB (Red+Green+Blue) = 185+174+255=614 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.13% from 614); Green value is 174 (68.36% from 255 or 28.34% 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 #B9AEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9AEFF is #465100. Grayscale: #BABABA. Windows color (decimal): -4608257 or 16756409. OLE color: 16756409.

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

Color convert

RGB185174255-
CMYK0.270.3200
HSL248.15º100%84.12%-
HSV(B)248.15º31.76%100%-
XYZ53.1947.81101.03-
YUV186.52166.64126.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.13%
GREEN value IS 174 (68.36% from 255) = 28.34%
BLUE value IS 255 (100% from 255) = 41.53%
R=30.13%
G=28.34%
B=41.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1851742550.270.3200248.1510084.12
HexB9AEFF1B2000f86454
Octal271256377334000370144124
Binary10111001101011101111111111011100000001111100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AEFF; }

 p { color: rgb(185,174,255); }

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

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

 a { background-color: rgb(185,174,255); }

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

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

 span { border-color: rgb(185,174,255); }

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