#BDC1D8

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

Shades of Lavender Grey #BDC1D8

Tints of Lavender Grey #BDC1D8

Color information

#BDC1D8 (or 0xBDC1D8) is unknown color: approx Lavender Grey. HEX triplet: BD, C1 and D8. RGB value is (189,193,216). Sum of RGB (Red+Green+Blue) = 189+193+216=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 193 (75.78% from 255 or 32.27% from 598); Blue value is 216 (84.77% from 255 or 36.12% from 598); Max value from RGB is 216 - color contains mainly: blue. Hex color #BDC1D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC1D8 is #423E27. Grayscale: #C2C2C2. Windows color (decimal): -4341288 or 14205373. OLE color: 14205373.

HSL color Cylindrical-coordinate representation of color #BDC1D8: hue angle of 231.11º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDC1D8 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB189193216-
CMYK0.120.1100.15
HSL231.11º25.71%79.41%-
HSV(B)231.11º12.5%84.71%-
XYZ52.4553.9272.61-
YUV194.43140.17124.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.61%
GREEN value IS 193 (75.78% from 255) = 32.27%
BLUE value IS 216 (84.77% from 255) = 36.12%
R=31.61%
G=32.27%
B=36.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1891932160.120.1100.15231.1125.7179.41
HexBDC1D8CB0Fe71a4f
Octal275301330141301734732117
Binary101111011100000111011000110010110111111100111110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC1D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC1D8; }

 p { color: rgb(189,193,216); }

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

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

 a { background-color: rgb(189,193,216); }

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

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

 span { border-color: rgb(189,193,216); }

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