#B9BAFE

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

Shades of Lavender Blue #B9BAFE

Tints of Lavender Blue #B9BAFE

Color information

#B9BAFE (or 0xB9BAFE) is unknown color: approx Lavender Blue. HEX triplet: B9, BA and FE. RGB value is (185,186,254). Sum of RGB (Red+Green+Blue) = 185+186+254=625 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.6% from 625); Green value is 186 (73.05% from 255 or 29.76% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9BAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BAFE is #464501. Grayscale: #C1C1C1. Windows color (decimal): -4605186 or 16693945. OLE color: 16693945.

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

Color convert

RGB185186254-
CMYK0.270.2700.00
HSL239.13º97.18%86.08%-
HSV(B)239.13º27.17%99.61%-
XYZ55.4652.59100.99-
YUV193.45162.17121.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.6%
GREEN value IS 186 (73.05% from 255) = 29.76%
BLUE value IS 254 (99.61% from 255) = 40.64%
R=29.6%
G=29.76%
B=40.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1851862540.270.2700.00239.1397.1886.08
HexB9BAFE1B1B00ef6156
Octal271272376333300357141126
Binary1011100110111010111111101101111011001110111111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BAFE; }

 p { color: rgb(185,186,254); }

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

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

 a { background-color: rgb(185,186,254); }

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

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

 span { border-color: rgb(185,186,254); }

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