#b7bcd2

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

Shades of Lavender Grey #B7BCD2

Tints of Lavender Grey #B7BCD2

Color information

#B7BCD2 (or 0xB7BCD2) is unknown color: approx Lavender Grey. HEX triplet: B7, BC and D2. RGB value is (183,188,210). Sum of RGB (Red+Green+Blue) = 183+188+210=581 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.50% from 581); Green value is 188 (73.83% from 255 or 32.36% from 581); Blue value is 210 (82.42% from 255 or 36.14% from 581); Max value from RGB is 210 - color contains mainly: blue. Hex color #B7BCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BCD2 is #48432D. Grayscale: #BCBCBC. Windows color (decimal): -4735790 or 13810871. OLE color: 13810871.

HSL color Cylindrical-coordinate representation of color #B7BCD2: hue angle of 228.89º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B7BCD2 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB183188210-
CMYK0.130.1000.18
HSL228.89º23.08%77.06%-
HSV(B)228.89º12.86%82.35%-
XYZ49.1450.6968.17-
YUV189.01139.84123.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.50%
GREEN value IS 188 (73.83% from 255) = 32.36%
BLUE value IS 210 (82.42% from 255) = 36.14%
R=31.50%
G=32.36%
B=36.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1831882100.130.1000.18228.8923.0877.06
HexB7BCD2DA012e5174d
Octal267274322151202234527115
Binary1011011110111100110100101101101001001011100101101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7bcd2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7bcd2; }

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

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

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

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

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

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

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

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