#B9BCFA

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

Shades of Lavender Blue #B9BCFA

Tints of Lavender Blue #B9BCFA

Color information

#B9BCFA (or 0xB9BCFA) is unknown color: approx Lavender Blue. HEX triplet: B9, BC and FA. RGB value is (185,188,250). Sum of RGB (Red+Green+Blue) = 185+188+250=623 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.70% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #B9BCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BCFA is #464305. Grayscale: #C1C1C1. Windows color (decimal): -4604678 or 16432313. OLE color: 16432313.

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

Color convert

RGB185188250-
CMYK0.260.2500.02
HSL237.23º86.67%85.29%-
HSV(B)237.23º26%98.04%-
XYZ55.2553.1897.8-
YUV194.17159.51121.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.70%
GREEN value IS 188 (73.83% from 255) = 30.18%
BLUE value IS 250 (98.05% from 255) = 40.13%
R=29.70%
G=30.18%
B=40.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1851882500.260.2500.02237.2386.6785.29
HexB9BCFA1A1902ed5755
Octal271274372323102355127125
Binary10111001101111001111101011010110010101110110110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BCFA; }

 p { color: rgb(185,188,250); }

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

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

 a { background-color: rgb(185,188,250); }

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

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

 span { border-color: rgb(185,188,250); }

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