#B9B2F9

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

Shades of Lavender Blue #B9B2F9

Tints of Lavender Blue #B9B2F9

Color information

#B9B2F9 (or 0xB9B2F9) is unknown color: approx Lavender Blue. HEX triplet: B9, B2 and F9. RGB value is (185,178,249). Sum of RGB (Red+Green+Blue) = 185+178+249=612 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.23% from 612); Green value is 178 (69.92% from 255 or 29.08% from 612); Blue value is 249 (97.66% from 255 or 40.69% from 612); Max value from RGB is 249 - color contains mainly: blue. Hex color #B9B2F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9B2F9 is #464D06. Grayscale: #BBBBBB. Windows color (decimal): -4607239 or 16364217. OLE color: 16364217.

HSL color Cylindrical-coordinate representation of color #B9B2F9: hue angle of 245.92º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B9B2F9 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB185178249-
CMYK0.260.2900.02
HSL245.92º85.54%83.73%-
HSV(B)245.92º28.51%97.65%-
XYZ53.0348.9996.28-
YUV188.19162.32125.73-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.23%
GREEN value IS 178 (69.92% from 255) = 29.08%
BLUE value IS 249 (97.66% from 255) = 40.69%
R=30.23%
G=29.08%
B=40.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1851782490.260.2900.02245.9285.5483.73
HexB9B2F91A1D02f65654
Octal271262371323502366126124
Binary10111001101100101111100111010111010101111011010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B2F9; }

 p { color: rgb(185,178,249); }

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

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

 a { background-color: rgb(185,178,249); }

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

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

 span { border-color: rgb(185,178,249); }

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