#B8B6FD

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

Shades of Lavender Blue #B8B6FD

Tints of Lavender Blue #B8B6FD

Color information

#B8B6FD (or 0xB8B6FD) is unknown color: approx Lavender Blue. HEX triplet: B8, B6 and FD. RGB value is (184,182,253). Sum of RGB (Red+Green+Blue) = 184+182+253=619 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.73% from 619); Green value is 182 (71.48% from 255 or 29.40% from 619); Blue value is 253 (99.22% from 255 or 40.87% from 619); Max value from RGB is 253 - color contains mainly: blue. Hex color #B8B6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8B6FD is #474902. Grayscale: #BEBEBE. Windows color (decimal): -4671747 or 16627384. OLE color: 16627384.

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

Color convert

RGB184182253-
CMYK0.270.2800.01
HSL241.69º94.67%85.29%-
HSV(B)241.69º28.06%99.22%-
XYZ54.2250.7499.86-
YUV190.69163.16123.23-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.73%
GREEN value IS 182 (71.48% from 255) = 29.40%
BLUE value IS 253 (99.22% from 255) = 40.87%
R=29.73%
G=29.40%
B=40.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1841822530.270.2800.01241.6994.6785.29
HexB8B6FD1B1C01f25f55
Octal270266375333401362137125
Binary1011100010110110111111011101111100011111001010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B6FD; }

 p { color: rgb(184,182,253); }

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

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

 a { background-color: rgb(184,182,253); }

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

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

 span { border-color: rgb(184,182,253); }

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