#B8BAFD

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

Shades of Lavender Blue #B8BAFD

Tints of Lavender Blue #B8BAFD

Color information

#B8BAFD (or 0xB8BAFD) is unknown color: approx Lavender Blue. HEX triplet: B8, BA and FD. RGB value is (184,186,253). Sum of RGB (Red+Green+Blue) = 184+186+253=623 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.53% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #B8BAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BAFD is #474502. Grayscale: #C0C0C0. Windows color (decimal): -4670723 or 16628408. OLE color: 16628408.

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

Color convert

RGB184186253-
CMYK0.270.2600.01
HSL238.26º94.52%85.69%-
HSV(B)238.26º27.27%99.22%-
XYZ55.0652.4100.14-
YUV193.04161.84121.55-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.53%
GREEN value IS 186 (73.05% from 255) = 29.86%
BLUE value IS 253 (99.22% from 255) = 40.61%
R=29.53%
G=29.86%
B=40.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1841862530.270.2600.01238.2694.5285.69
HexB8BAFD1B1A01ee5f56
Octal270272375333201356137126
Binary1011100010111010111111011101111010011110111010111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BAFD; }

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

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

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

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

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

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

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

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