#BDBCD6

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

Shades of Lavender Grey #BDBCD6

Tints of Lavender Grey #BDBCD6

Color information

#BDBCD6 (or 0xBDBCD6) is unknown color: approx Lavender Grey. HEX triplet: BD, BC and D6. RGB value is (189,188,214). Sum of RGB (Red+Green+Blue) = 189+188+214=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 214 (83.98% from 255 or 36.21% from 591); Max value from RGB is 214 - color contains mainly: blue. Hex color #BDBCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBCD6 is #424329. Grayscale: #BFBFBF. Windows color (decimal): -4342570 or 14073021. OLE color: 14073021.

HSL color Cylindrical-coordinate representation of color #BDBCD6: hue angle of 242.31º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDBCD6 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB189188214-
CMYK0.120.1200.16
HSL242.31º24.07%78.82%-
HSV(B)242.31º12.15%83.92%-
XYZ51.1151.6470.89-
YUV191.26140.83126.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.98%
GREEN value IS 188 (73.83% from 255) = 31.81%
BLUE value IS 214 (83.98% from 255) = 36.21%
R=31.98%
G=31.81%
B=36.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1891882140.120.1200.16242.3124.0778.82
HexBDBCD6CC010f2184f
Octal275274326141402036230117
Binary1011110110111100110101101100110001000011110010110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBCD6; }

 p { color: rgb(189,188,214); }

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

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

 a { background-color: rgb(189,188,214); }

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

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

 span { border-color: rgb(189,188,214); }

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