#B9B6FC

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

Shades of Lavender Blue #B9B6FC

Tints of Lavender Blue #B9B6FC

Color information

#B9B6FC (or 0xB9B6FC) is unknown color: approx Lavender Blue. HEX triplet: B9, B6 and FC. RGB value is (185,182,252). Sum of RGB (Red+Green+Blue) = 185+182+252=619 (81% of max value = 765). Red value is 185 (72.66% from 255 or 29.89% from 619); Green value is 182 (71.48% from 255 or 29.40% from 619); Blue value is 252 (98.83% from 255 or 40.71% from 619); Max value from RGB is 252 - color contains mainly: blue. Hex color #B9B6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9B6FC is #464903. Grayscale: #BEBEBE. Windows color (decimal): -4606212 or 16561849. OLE color: 16561849.

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

Color convert

RGB185182252-
CMYK0.270.2800.01
HSL242.57º92.11%85.1%-
HSV(B)242.57º27.78%98.82%-
XYZ54.3150.899.04-
YUV190.88162.49123.81-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.89%
GREEN value IS 182 (71.48% from 255) = 29.40%
BLUE value IS 252 (98.83% from 255) = 40.71%
R=29.89%
G=29.40%
B=40.71%

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
Decimal1851822520.270.2800.01242.5792.1185.1
HexB9B6FC1B1C01f35c55
Octal271266374333401363134125
Binary1011100110110110111111001101111100011111001110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B6FC; }

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

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

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

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

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

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

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

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