#B7BAFE

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

Shades of Lavender Blue #B7BAFE

Tints of Lavender Blue #B7BAFE

Color information

#B7BAFE (or 0xB7BAFE) is unknown color: approx Lavender Blue. HEX triplet: B7, BA and FE. RGB value is (183,186,254). Sum of RGB (Red+Green+Blue) = 183+186+254=623 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.37% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #B7BAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7BAFE is #484501. Grayscale: #C0C0C0. Windows color (decimal): -4736258 or 16693943. OLE color: 16693943.

HSL color Cylindrical-coordinate representation of color #B7BAFE: hue angle of 237.46º 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 #B7BAFE is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB183186254-
CMYK0.280.2700.00
HSL237.46º97.26%85.69%-
HSV(B)237.46º27.95%99.61%-
XYZ54.9852.34100.97-
YUV192.86162.51120.97-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.37%
GREEN value IS 186 (73.05% from 255) = 29.86%
BLUE value IS 254 (99.61% from 255) = 40.77%
R=29.37%
G=29.86%
B=40.77%

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
Decimal1831862540.280.2700.00237.4697.2685.69
HexB7BAFE1C1B00ed6156
Octal267272376343300355141126
Binary1011011110111010111111101110011011001110110111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BAFE; }

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

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

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

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

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

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

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

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