#B7BCFE

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

Shades of Lavender Blue #B7BCFE

Tints of Lavender Blue #B7BCFE

Color information

#B7BCFE (or 0xB7BCFE) is unknown color: approx Lavender Blue. HEX triplet: B7, BC and FE. RGB value is (183,188,254). Sum of RGB (Red+Green+Blue) = 183+188+254=625 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.28% from 625); Green value is 188 (73.83% from 255 or 30.08% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #B7BCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7BCFE is #484301. Grayscale: #C1C1C1. Windows color (decimal): -4735746 or 16694455. OLE color: 16694455.

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

Color convert

RGB183188254-
CMYK0.280.2600.00
HSL235.77º97.26%85.69%-
HSV(B)235.77º27.95%99.61%-
XYZ55.453.19101.11-
YUV194.03161.84120.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.28%
GREEN value IS 188 (73.83% from 255) = 30.08%
BLUE value IS 254 (99.61% from 255) = 40.64%
R=29.28%
G=30.08%
B=40.64%

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
Decimal1831882540.280.2600.00235.7797.2685.69
HexB7BCFE1C1A00ec6156
Octal267274376343200354141126
Binary1011011110111100111111101110011010001110110011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BCFE; }

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

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

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

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

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

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

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

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