#B8BAFE

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

Shades of Lavender Blue #B8BAFE

Tints of Lavender Blue #B8BAFE

Color information

#B8BAFE (or 0xB8BAFE) is unknown color: approx Lavender Blue. HEX triplet: B8, BA and FE. RGB value is (184,186,254). Sum of RGB (Red+Green+Blue) = 184+186+254=624 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.49% from 624); Green value is 186 (73.05% from 255 or 29.81% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #B8BAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BAFE is #474501. Grayscale: #C0C0C0. Windows color (decimal): -4670722 or 16693944. OLE color: 16693944.

HSL color Cylindrical-coordinate representation of color #B8BAFE: hue angle of 238.29º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8BAFE is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB184186254-
CMYK0.280.2700.00
HSL238.29º97.22%85.88%-
HSV(B)238.29º27.56%99.61%-
XYZ55.2252.46100.98-
YUV193.15162.34121.47-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.49%
GREEN value IS 186 (73.05% from 255) = 29.81%
BLUE value IS 254 (99.61% from 255) = 40.71%
R=29.49%
G=29.81%
B=40.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1841862540.280.2700.00238.2997.2285.88
HexB8BAFE1C1B00ee6156
Octal270272376343300356141126
Binary1011100010111010111111101110011011001110111011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BAFE; }

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

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

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

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

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

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

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

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