#B7B9FD

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

Shades of Lavender Blue #B7B9FD

Tints of Lavender Blue #B7B9FD

Color information

#B7B9FD (or 0xB7B9FD) is unknown color: approx Lavender Blue. HEX triplet: B7, B9 and FD. RGB value is (183,185,253). Sum of RGB (Red+Green+Blue) = 183+185+253=621 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.47% from 621); Green value is 185 (72.66% from 255 or 29.79% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #B7B9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7B9FD is #484602. Grayscale: #BFBFBF. Windows color (decimal): -4736515 or 16628151. OLE color: 16628151.

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

Color convert

RGB183185253-
CMYK0.280.2700.01
HSL238.29º94.59%85.49%-
HSV(B)238.29º27.67%99.22%-
XYZ54.6151.86100.06-
YUV192.15162.34121.47-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.47%
GREEN value IS 185 (72.66% from 255) = 29.79%
BLUE value IS 253 (99.22% from 255) = 40.74%
R=29.47%
G=29.79%
B=40.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1831852530.280.2700.01238.2994.5985.49
HexB7B9FD1C1B01ee5f55
Octal267271375343301356137125
Binary1011011110111001111111011110011011011110111010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B9FD; }

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

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

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

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

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

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

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

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