#B8B4FC

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

Shades of Lavender Blue #B8B4FC

Tints of Lavender Blue #B8B4FC

Color information

#B8B4FC (or 0xB8B4FC) is unknown color: approx Lavender Blue. HEX triplet: B8, B4 and FC. RGB value is (184,180,252). Sum of RGB (Red+Green+Blue) = 184+180+252=616 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.87% from 616); Green value is 180 (70.70% from 255 or 29.22% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #B8B4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8B4FC is #474B03. Grayscale: #BDBDBD. Windows color (decimal): -4672260 or 16561336. OLE color: 16561336.

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

Color convert

RGB184180252-
CMYK0.270.2900.01
HSL243.33º92.31%84.71%-
HSV(B)243.33º28.57%98.82%-
XYZ53.6649.8698.89-
YUV189.4163.33124.15-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.87%
GREEN value IS 180 (70.70% from 255) = 29.22%
BLUE value IS 252 (98.83% from 255) = 40.91%
R=29.87%
G=29.22%
B=40.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1841802520.270.2900.01243.3392.3184.71
HexB8B4FC1B1D01f35c55
Octal270264374333501363134125
Binary1011100010110100111111001101111101011111001110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B4FC; }

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

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

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

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

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

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

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

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