#B9B4FD

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

Shades of Lavender Blue #B9B4FD

Tints of Lavender Blue #B9B4FD

Color information

#B9B4FD (or 0xB9B4FD) is unknown color: approx Lavender Blue. HEX triplet: B9, B4 and FD. RGB value is (185,180,253). Sum of RGB (Red+Green+Blue) = 185+180+253=618 (81% of max value = 765). Red value is 185 (72.66% from 255 or 29.94% from 618); Green value is 180 (70.70% from 255 or 29.13% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #B9B4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9B4FD is #464B02. Grayscale: #BDBDBD. Windows color (decimal): -4606723 or 16626873. OLE color: 16626873.

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

Color convert

RGB185180253-
CMYK0.270.2900.01
HSL244.11º94.81%84.9%-
HSV(B)244.11º28.85%99.22%-
XYZ54.0650.0599.74-
YUV189.82163.66124.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.94%
GREEN value IS 180 (70.70% from 255) = 29.13%
BLUE value IS 253 (99.22% from 255) = 40.94%
R=29.94%
G=29.13%
B=40.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1851802530.270.2900.01244.1194.8184.9
HexB9B4FD1B1D01f45f55
Octal271264375333501364137125
Binary1011100110110100111111011101111101011111010010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B4FD; }

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

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

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

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

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

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

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

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