#B9BFFF

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

Shades of Lavender Blue #B9BFFF

Tints of Lavender Blue #B9BFFF

Color information

#B9BFFF (or 0xB9BFFF) is unknown color: approx Lavender Blue. HEX triplet: B9, BF and FF. RGB value is (185,191,255). Sum of RGB (Red+Green+Blue) = 185+191+255=631 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.32% from 631); Green value is 191 (75% from 255 or 30.27% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9BFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BFFF is #464000. Grayscale: #C4C4C4. Windows color (decimal): -4603905 or 16760761. OLE color: 16760761.

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

Color convert

RGB185191255-
CMYK0.270.2500
HSL234.86º100%86.27%-
HSV(B)234.86º27.45%100%-
XYZ56.6954.8102.2-
YUV196.5161.01119.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.32%
GREEN value IS 191 (75% from 255) = 30.27%
BLUE value IS 255 (100% from 255) = 40.41%
R=29.32%
G=30.27%
B=40.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1851912550.270.2500234.8610086.27
HexB9BFFF1B1900eb6456
Octal271277377333100353144126
Binary1011100110111111111111111101111001001110101111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BFFF; }

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

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

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

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

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

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

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

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