#b7b9fe

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

Shades of Lavender Blue #B7B9FE

Tints of Lavender Blue #B7B9FE

Color information

#B7B9FE (or 0xB7B9FE) is unknown color: approx Lavender Blue. HEX triplet: B7, B9 and FE. RGB value is (183,185,254). Sum of RGB (Red+Green+Blue) = 183+185+254=622 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.42% from 622); Green value is 185 (72.66% from 255 or 29.74% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #B7B9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7B9FE is #484601. Grayscale: #BFBFBF. Windows color (decimal): -4736514 or 16693687. OLE color: 16693687.

HSL color Cylindrical-coordinate representation of color #B7B9FE: hue angle of 238.31º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7B9FE is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB183185254-
CMYK0.280.2700.00
HSL238.31º97.26%85.69%-
HSV(B)238.31º27.95%99.61%-
XYZ54.7751.92100.9-
YUV192.27162.84121.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.42%
GREEN value IS 185 (72.66% from 255) = 29.74%
BLUE value IS 254 (99.61% from 255) = 40.84%
R=29.42%
G=29.74%
B=40.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1831852540.280.2700.00238.3197.2685.69
HexB7B9FE1C1B00ee6156
Octal267271376343300356141126
Binary1011011110111001111111101110011011001110111011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7b9fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7b9fe; }

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

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

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

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

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

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

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

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