#B9BEFF

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

Shades of Lavender Blue #B9BEFF

Tints of Lavender Blue #B9BEFF

Color information

#B9BEFF (or 0xB9BEFF) is unknown color: approx Lavender Blue. HEX triplet: B9, BE and FF. RGB value is (185,190,255). Sum of RGB (Red+Green+Blue) = 185+190+255=630 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.37% from 630); Green value is 190 (74.61% from 255 or 30.16% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9BEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BEFF is #464100. Grayscale: #C3C3C3. Windows color (decimal): -4604161 or 16760505. OLE color: 16760505.

HSL color Cylindrical-coordinate representation of color #B9BEFF: hue angle of 235.71º 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 #B9BEFF is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB185190255-
CMYK0.270.2500
HSL235.71º100%86.27%-
HSV(B)235.71º27.45%100%-
XYZ56.4754.36102.12-
YUV195.91161.34120.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.37%
GREEN value IS 190 (74.61% from 255) = 30.16%
BLUE value IS 255 (100% from 255) = 40.48%
R=29.37%
G=30.16%
B=40.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1851902550.270.2500235.7110086.27
HexB9BEFF1B1900ec6456
Octal271276377333100354144126
Binary1011100110111110111111111101111001001110110011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BEFF; }

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

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

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

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

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

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

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

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