#B8B4FB

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

Shades of Lavender Blue #B8B4FB

Tints of Lavender Blue #B8B4FB

Color information

#B8B4FB (or 0xB8B4FB) is unknown color: approx Lavender Blue. HEX triplet: B8, B4 and FB. RGB value is (184,180,251). Sum of RGB (Red+Green+Blue) = 184+180+251=615 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.92% from 615); Green value is 180 (70.70% from 255 or 29.27% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 251 - color contains mainly: blue. Hex color #B8B4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8B4FB is #474B04. Grayscale: #BDBDBD. Windows color (decimal): -4672261 or 16495800. OLE color: 16495800.

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

Color convert

RGB184180251-
CMYK0.270.2800.02
HSL243.38º89.87%84.51%-
HSV(B)243.38º28.29%98.43%-
XYZ53.549.898.06-
YUV189.29162.83124.23-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.92%
GREEN value IS 180 (70.70% from 255) = 29.27%
BLUE value IS 251 (98.44% from 255) = 40.81%
R=29.92%
G=29.27%
B=40.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1841802510.270.2800.02243.3889.8784.51
HexB8B4FB1B1C02f35a55
Octal270264373333402363132125
Binary10111000101101001111101111011111000101111001110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B4FB; }

 p { color: rgb(184,180,251); }

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

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

 a { background-color: rgb(184,180,251); }

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

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

 span { border-color: rgb(184,180,251); }

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