#B9B6FD

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

Shades of Lavender Blue #B9B6FD

Tints of Lavender Blue #B9B6FD

Color information

#B9B6FD (or 0xB9B6FD) is unknown color: approx Lavender Blue. HEX triplet: B9, B6 and FD. RGB value is (185,182,253). Sum of RGB (Red+Green+Blue) = 185+182+253=620 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.84% from 620); Green value is 182 (71.48% from 255 or 29.35% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #B9B6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9B6FD is #464902. Grayscale: #BEBEBE. Windows color (decimal): -4606211 or 16627385. OLE color: 16627385.

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

Color convert

RGB185182253-
CMYK0.270.2800.01
HSL242.54º94.67%85.29%-
HSV(B)242.54º28.06%99.22%-
XYZ54.4750.8699.88-
YUV190.99162.99123.73-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.84%
GREEN value IS 182 (71.48% from 255) = 29.35%
BLUE value IS 253 (99.22% from 255) = 40.81%
R=29.84%
G=29.35%
B=40.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1851822530.270.2800.01242.5494.6785.29
HexB9B6FD1B1C01f35f55
Octal271266375333401363137125
Binary1011100110110110111111011101111100011111001110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B6FD; }

 p { color: rgb(185,182,253); }

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

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

 a { background-color: rgb(185,182,253); }

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

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

 span { border-color: rgb(185,182,253); }

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