#B7BDFE

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

Shades of Lavender Blue #B7BDFE

Tints of Lavender Blue #B7BDFE

Color information

#B7BDFE (or 0xB7BDFE) is unknown color: approx Lavender Blue. HEX triplet: B7, BD and FE. RGB value is (183,189,254). Sum of RGB (Red+Green+Blue) = 183+189+254=626 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.23% from 626); Green value is 189 (74.22% from 255 or 30.19% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #B7BDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7BDFE is #484201. Grayscale: #C2C2C2. Windows color (decimal): -4735490 or 16694711. OLE color: 16694711.

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

Color convert

RGB183189254-
CMYK0.280.2600.00
HSL234.93º97.26%85.69%-
HSV(B)234.93º27.95%99.61%-
XYZ55.6253.62101.18-
YUV194.62161.51119.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.23%
GREEN value IS 189 (74.22% from 255) = 30.19%
BLUE value IS 254 (99.61% from 255) = 40.58%
R=29.23%
G=30.19%
B=40.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1831892540.280.2600.00234.9397.2685.69
HexB7BDFE1C1A00eb6156
Octal267275376343200353141126
Binary1011011110111101111111101110011010001110101111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BDFE; }

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

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

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

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

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

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

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

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