#B8BAFB

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

Shades of Lavender Blue #B8BAFB

Tints of Lavender Blue #B8BAFB

Color information

#B8BAFB (or 0xB8BAFB) is unknown color: approx Lavender Blue. HEX triplet: B8, BA and FB. RGB value is (184,186,251). Sum of RGB (Red+Green+Blue) = 184+186+251=621 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.63% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #B8BAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BAFB is #474504. Grayscale: #C0C0C0. Windows color (decimal): -4670725 or 16497336. OLE color: 16497336.

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

Color convert

RGB184186251-
CMYK0.270.2600.02
HSL238.21º89.33%85.29%-
HSV(B)238.21º26.69%98.43%-
XYZ54.7452.2798.47-
YUV192.81160.84121.71-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.63%
GREEN value IS 186 (73.05% from 255) = 29.95%
BLUE value IS 251 (98.44% from 255) = 40.42%
R=29.63%
G=29.95%
B=40.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1841862510.270.2600.02238.2189.3385.29
HexB8BAFB1B1A02ee5955
Octal270272373333202356131125
Binary10111000101110101111101111011110100101110111010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BAFB; }

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

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

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

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

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

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

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

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