#B9B0FD

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

Shades of Lavender Blue #B9B0FD

Tints of Lavender Blue #B9B0FD

Color information

#B9B0FD (or 0xB9B0FD) is unknown color: approx Lavender Blue. HEX triplet: B9, B0 and FD. RGB value is (185,176,253). Sum of RGB (Red+Green+Blue) = 185+176+253=614 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.13% from 614); Green value is 176 (69.14% from 255 or 28.66% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #B9B0FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9B0FD is #464F02. Grayscale: #BBBBBB. Windows color (decimal): -4607747 or 16625849. OLE color: 16625849.

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

Color convert

RGB185176253-
CMYK0.270.3000.01
HSL247.01º95.06%84.12%-
HSV(B)247.01º30.43%99.22%-
XYZ53.2648.4699.47-
YUV187.47164.98126.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.13%
GREEN value IS 176 (69.14% from 255) = 28.66%
BLUE value IS 253 (99.22% from 255) = 41.21%
R=30.13%
G=28.66%
B=41.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1851762530.270.3000.01247.0195.0684.12
HexB9B0FD1B1E01f75f54
Octal271260375333601367137124
Binary1011100110110000111111011101111110011111011110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B0FD; }

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

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

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

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

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

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

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

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