#B9B7FF

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

Shades of Lavender Blue #B9B7FF

Tints of Lavender Blue #B9B7FF

Color information

#B9B7FF (or 0xB9B7FF) is unknown color: approx Lavender Blue. HEX triplet: B9, B7 and FF. RGB value is (185,183,255). Sum of RGB (Red+Green+Blue) = 185+183+255=623 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.70% from 623); Green value is 183 (71.88% from 255 or 29.37% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9B7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9B7FF is #464800. Grayscale: #BFBFBF. Windows color (decimal): -4605953 or 16758713. OLE color: 16758713.

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

Color convert

RGB185183255-
CMYK0.270.2800
HSL241.67º100%85.88%-
HSV(B)241.67º28.24%100%-
XYZ54.9951.4101.63-
YUV191.81163.66123.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.70%
GREEN value IS 183 (71.88% from 255) = 29.37%
BLUE value IS 255 (100% from 255) = 40.93%
R=29.70%
G=29.37%
B=40.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1851832550.270.2800241.6710085.88
HexB9B7FF1B1C00f26456
Octal271267377333400362144126
Binary1011100110110111111111111101111100001111001011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B7FF; }

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

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

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

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

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

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

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

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